aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-03-30 12:23:50 -0400
committerJiri Kosina <jkosina@suse.cz>2013-03-31 11:50:31 -0400
commit1051e9b33bbf550be52bdd674b519f3dc99f0dd9 (patch)
treef1e380c886702c30c89d7cb9e3956fee5184d076 /tools
parent6200632427f0f96836491a3b94f9412eceff2c59 (diff)
treewide: Fix typos in kernel messages
Correct spelling typos in various part of printk. 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/cpupower/debug/i386/intel_gsic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/debug/i386/intel_gsic.c b/tools/power/cpupower/debug/i386/intel_gsic.c
index 53f5293c9c9a..d032c826d42e 100644
--- a/tools/power/cpupower/debug/i386/intel_gsic.c
+++ b/tools/power/cpupower/debug/i386/intel_gsic.c
@@ -66,7 +66,7 @@ int main (void)
66 printf("ecx = 0x%.8x\n", r.ecx); 66 printf("ecx = 0x%.8x\n", r.ecx);
67 printf("edx = 0x%.8x\n", r.edx); 67 printf("edx = 0x%.8x\n", r.edx);
68 printf("Note also that some BIOS do not support the initial " 68 printf("Note also that some BIOS do not support the initial "
69 "GSIC call, but the newer\nspeeedstep-smi driver may " 69 "GSIC call, but the newer\nspeedstep-smi driver may "
70 "work.\nFor this, you need to pass some arguments to " 70 "work.\nFor this, you need to pass some arguments to "
71 "the speedstep-smi driver:\n"); 71 "the speedstep-smi driver:\n");
72 printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n"); 72 printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");