treewide: Fix typo in various drivers

Correct spelling typo in printk within various drivers.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Masanari Iida
2012-12-29 02:00:09 +09:00
committed by Jiri Kosina
parent 2c016dc2cb
commit 8a168ca707
14 changed files with 14 additions and 14 deletions

View File

@@ -285,7 +285,7 @@ static struct buffer_head *qnx6_check_first_superblock(struct super_block *s,
if (fs32_to_cpu(sbi, sb->sb_magic) == QNX6_SUPER_MAGIC) {
/* we got a big endian fs */
QNX6DEBUG((KERN_INFO "qnx6: fs got different"
" endianess.\n"));
" endianness.\n"));
return bh;
} else
sbi->s_bytesex = BYTESEX_LE;