summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl/cache.c
diff options
context:
space:
mode:
authorFenghua Yu <fenghua.yu@intel.com>2021-04-07 22:57:28 +0300
committerShuah Khan <skhan@linuxfoundation.org>2021-04-08 01:37:49 +0300
commite75074781f1735c1976bc551e29ccf2ba9a4b17f (patch)
treec4f887bc7e49cf4dbe6b48a98909f460c2ff720c /tools/testing/selftests/resctrl/cache.c
parent87f1c20e2effd0a0b7e34b0b3bc06821425e1562 (diff)
downloadlinux-e75074781f1735c1976bc551e29ccf2ba9a4b17f.tar.xz
selftests/resctrl: Change a few printed messages
Change a few printed messages to report test progress more clearly. Add a missing "\n" at the end of one printed message. Suggested-by: Shuah Khan <shuah@kernel.org> Signed-off-by: Fenghua Yu <fenghua.yu@intel.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/resctrl/cache.c')
-rw-r--r--tools/testing/selftests/resctrl/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/resctrl/cache.c b/tools/testing/selftests/resctrl/cache.c
index 362e3a418caa..68ff856d36f0 100644
--- a/tools/testing/selftests/resctrl/cache.c
+++ b/tools/testing/selftests/resctrl/cache.c
@@ -301,7 +301,7 @@ int show_cache_info(unsigned long sum_llc_val, int no_of_bits,
ret = platform && abs((int)diff_percent) > max_diff_percent &&
(cmt ? (abs(avg_diff) > max_diff) : true);
- ksft_print_msg("%s cache miss rate within %d%%\n",
+ ksft_print_msg("%s Check cache miss rate within %d%%\n",
ret ? "Fail:" : "Pass:", max_diff_percent);
ksft_print_msg("Percent diff=%d\n", abs((int)diff_percent));