treewide: Fix typos in printk
Correct spelling typo in 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
434720fa98
commit
07f4225889
@@ -94,7 +94,7 @@ static int cpts_fifo_read(struct cpts *cpts, int match)
|
||||
case CPTS_EV_HW:
|
||||
break;
|
||||
default:
|
||||
pr_err("cpts: unkown event type\n");
|
||||
pr_err("cpts: unknown event type\n");
|
||||
break;
|
||||
}
|
||||
if (type == match)
|
||||
|
Reference in New Issue
Block a user