diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-10-16 21:14:29 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-12-08 14:59:19 +0100 |
commit | e3d132d1239ae846e2f7c652fbdc5aa7ebcc4541 (patch) | |
tree | 05691c7c9b3923463fc65ba083ca5e77e5551708 /drivers/media/common | |
parent | 20d5a865e1f1d98e8520c12fc647c9d4e47f46b3 (diff) |
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>
Diffstat (limited to 'drivers/media/common')
-rw-r--r-- | drivers/media/common/saa7146/saa7146_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/saa7146/saa7146_video.c b/drivers/media/common/saa7146/saa7146_video.c index 30779498c173..079f520ceef3 100644 --- a/drivers/media/common/saa7146/saa7146_video.c +++ b/drivers/media/common/saa7146/saa7146_video.c @@ -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; } } |