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:

committed by
Jiri Kosina

parent
bcf4299e62
commit
fc4fa6e112
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user