diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-02-27 23:52:31 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-03-06 23:05:39 +0100 |
commit | d939be3add4f1410079dad2755d4936cdb70903b (patch) | |
tree | 290a9b79b5ac87b0b2896e47fe0bcb69a8fa21d6 /arch/x86/kernel/test_rodata.c | |
parent | f42cf8d6a3ec934551ac0f20f4654dccb11fa30d (diff) | |
download | op-kernel-dev-d939be3add4f1410079dad2755d4936cdb70903b.zip op-kernel-dev-d939be3add4f1410079dad2755d4936cdb70903b.tar.gz |
treewide: Fix typo in printk messages
This patch fix spelling typo in printk messages.
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 'arch/x86/kernel/test_rodata.c')
-rw-r--r-- | arch/x86/kernel/test_rodata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/test_rodata.c b/arch/x86/kernel/test_rodata.c index b79133a..5ecbfe5 100644 --- a/arch/x86/kernel/test_rodata.c +++ b/arch/x86/kernel/test_rodata.c @@ -57,7 +57,7 @@ int rodata_test(void) /* test 3: check the value hasn't changed */ /* If this test fails, we managed to overwrite the data */ if (!rodata_test_data) { - printk(KERN_ERR "rodata_test: Test 3 failes (end data)\n"); + printk(KERN_ERR "rodata_test: Test 3 fails (end data)\n"); return -ENODEV; } /* test 4: check if the rodata section is 4Kb aligned */ |