aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2016-09-17 10:44:17 -0400
committerJiri Kosina <jkosina@suse.cz>2016-12-14 04:54:27 -0500
commit9165dabb2500b3dcb98fc648d27589a5a806227e (patch)
treeff2861cac7a7f9407f4065a3503be8f1242beb3a /tools
parent95f21c5c6d8345f8253057b24a98adfbceb2aca1 (diff)
treewide: Fix printk() message errors
This patch fix spelling typos in printk and kconfig. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools')
-rw-r--r--tools/power/acpi/tools/ec/ec_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/acpi/tools/ec/ec_access.c b/tools/power/acpi/tools/ec/ec_access.c
index 6b8aaed44f2c..5f50642386db 100644
--- a/tools/power/acpi/tools/ec/ec_access.c
+++ b/tools/power/acpi/tools/ec/ec_access.c
@@ -46,7 +46,7 @@ void usage(char progname[], int exit_status)
46 puts("\t-b offset : Read value at byte_offset (in hex)"); 46 puts("\t-b offset : Read value at byte_offset (in hex)");
47 puts("\t-w offset -v value : Write value at byte_offset"); 47 puts("\t-w offset -v value : Write value at byte_offset");
48 puts("\t-h : Print this help\n\n"); 48 puts("\t-h : Print this help\n\n");
49 puts("Offsets and values are in hexadecimal number sytem."); 49 puts("Offsets and values are in hexadecimal number system.");
50 puts("The offset and value must be between 0 and 0xff."); 50 puts("The offset and value must be between 0 and 0xff.");
51 exit(exit_status); 51 exit(exit_status);
52} 52}