treewide: Fix typos in printk

This patch fix multiple spelling typos found in
various part of kernel.

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-10-16 21:14:29 +09:00
committed by Jiri Kosina
szülő 20d5a865e1
commit e3d132d123
11 fájl változott, egészen pontosan 13 új sor hozzáadva és 13 régi sor törölve

Fájl megtekintése

@@ -502,7 +502,7 @@ static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuf
/* check if overlay is running */
if (IS_OVERLAY_ACTIVE(fh) != 0) {
if (vv->video_fh != fh) {
DEB_D("refusing to change framebuffer informations while overlay is active in another open\n");
DEB_D("refusing to change framebuffer information while overlay is active in another open\n");
return -EBUSY;
}
}