[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <ca3c7c339240c153bed505d7cd3dcac1396cd9c2.1583657204.git.sai.praneeth.prakhya@intel.com>
Date: Fri, 6 Mar 2020 19:40:44 -0800
From: Sai Praneeth Prakhya <sai.praneeth.prakhya@...el.com>
To: shuah@...nel.org, linux-kselftest@...r.kernel.org
Cc: tglx@...utronix.de, mingo@...hat.com, bp@...en8.de,
tony.luck@...el.com, reinette.chatre@...el.com, babu.moger@....com,
james.morse@....com, ravi.v.shankar@...el.com,
fenghua.yu@...el.com, x86@...nel.org, linux-kernel@...r.kernel.org,
Sai Praneeth Prakhya <sai.praneeth.prakhya@...el.com>
Subject: [PATCH V1 03/13] selftests/resctrl: Fix typo in help text
From: Reinette Chatre <reinette.chatre@...el.com>
Add a missing newline to the help text printed and fixup the next line
to line it up to previous line for improved readability.
Signed-off-by: Reinette Chatre <reinette.chatre@...el.com>
Signed-off-by: Sai Praneeth Prakhya <sai.praneeth.prakhya@...el.com>
---
tools/testing/selftests/resctrl/resctrl_tests.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/testing/selftests/resctrl/resctrl_tests.c b/tools/testing/selftests/resctrl/resctrl_tests.c
index 425cc85ac883..f076d285d7c3 100644
--- a/tools/testing/selftests/resctrl/resctrl_tests.c
+++ b/tools/testing/selftests/resctrl/resctrl_tests.c
@@ -37,8 +37,8 @@ void detect_amd(void)
static void cmd_help(void)
{
printf("usage: resctrl_tests [-h] [-b \"benchmark_cmd [options]\"] [-t test list] [-n no_of_bits]\n");
- printf("\t-b benchmark_cmd [options]: run specified benchmark for MBM, MBA and CQM");
- printf("\t default benchmark is builtin fill_buf\n");
+ printf("\t-b benchmark_cmd [options]: run specified benchmark for MBM, MBA and CQM\n");
+ printf("\t default benchmark is builtin fill_buf\n");
printf("\t-t test list: run tests specified in the test list, ");
printf("e.g. -t mbm, mba, cqm, cat\n");
printf("\t-n no_of_bits: run cache tests using specified no of bits in cache bit mask\n");
--
2.7.4
Powered by blists - more mailing lists