diff options
| author | Lee Susman <lsusman@codeaurora.org> | 2014-12-04 00:21:03 +0200 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:01:41 -0700 |
| commit | 4f84e1c313fc8dc719371f3563ace3d0739b0a89 (patch) | |
| tree | 66ab0d1533431a985af3d7864a16d31761a282b6 | |
| parent | 0162f826f3746efe0aa23698db8009738c89f04e (diff) | |
mmc: improve mmc_block_test printouts
Change the printout format to be more readable.
Specifically, add quotes around the test case name
strings.
Change-Id: I51b0c1b94389e4b51af84c5e993207b18efc2226
Signed-off-by: Lee Susman <lsusman@codeaurora.org>
[merez@codeaurora.org: fix conflicts as BKOPS tests were removed]
Signed-off-by: Maya Erez <merez@codeaurora.org>
[venkatg@codeaurora.org: Drop changes to mmc_block_test.c]
Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
| -rw-r--r-- | block/test-iosched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/test-iosched.c b/block/test-iosched.c index 76178e819e6a..8b897483f393 100644 --- a/block/test-iosched.c +++ b/block/test-iosched.c @@ -665,7 +665,7 @@ int test_iosched_start_test(struct test_info *t_info) test_name = ptd->test_info.get_test_case_str_fn(ptd); else test_name = "Unknown testcase"; - test_pr_info("%s: Starting test %s\n", __func__, test_name); + test_pr_info("%s: Starting test %s", __func__, test_name); ret = prepare_test(ptd); if (ret) { |
