treewide: Fix typo in printk

This patch fix spelling typos found 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>
This commit is contained in:
Masanari Iida
2015-12-13 15:26:11 +09:00
committed by Jiri Kosina
parent bcf4299e62
commit fc4fa6e112
11 changed files with 11 additions and 12 deletions

View File

@@ -250,7 +250,7 @@ static int do_op(struct sw842_param *p, u8 o)
case OP_ACTION_NOOP:
break;
default:
pr_err("Interal error, invalid op %x\n", op);
pr_err("Internal error, invalid op %x\n", op);
return -EINVAL;
}