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:
Masanari Iida
2013-03-20 11:00:34 +09:00
committed by Jiri Kosina
parent 434720fa98
commit 07f4225889
8 changed files with 9 additions and 9 deletions

View File

@@ -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)