mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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:
committed by
Jiri Kosina
parent
2c016dc2cb
commit
8a168ca707
@@ -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;
|
||||
|
Reference in New Issue
Block a user