diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-02 14:35:00 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-02 14:35:00 -0200 |
commit | c4a85f85d6389aef0ac3ea1256c4c86ef78b3704 (patch) | |
tree | eb2d108f39ad6204c0ae8ee61c75e8eb7f7c8bba /linux/drivers/media/video/em28xx | |
parent | 9b96e945de97e6d3b2f1dc356b2334f2854f3d63 (diff) | |
download | mediapointer-dvb-s2-c4a85f85d6389aef0ac3ea1256c4c86ef78b3704.tar.gz mediapointer-dvb-s2-c4a85f85d6389aef0ac3ea1256c4c86ef78b3704.tar.bz2 |
backport changeset 3a4fa0a25da81600ea0bcd75692ae8ca6050d165
From: Mauro Carvalho Chehab <mchehab@infradead.org>
kernel-sync:
Author: Robert P. J. Day <rpjday@mindspring.com>
Date: Fri Oct 19 23:10:43 2007 +0200
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Fix the various misspellings of "system", controller", "interrupt" and
"[un]necessary".
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/em28xx')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-video.c b/linux/drivers/media/video/em28xx/em28xx-video.c index fbf06afe7..d3bb65306 100644 --- a/linux/drivers/media/video/em28xx/em28xx-video.c +++ b/linux/drivers/media/video/em28xx/em28xx-video.c @@ -957,7 +957,7 @@ static int em28xx_set_fmt(struct em28xx *dev, unsigned int cmd, struct v4l2_form /* stop io in case it is already in progress */ if (dev->stream == STREAM_ON) { - em28xx_videodbg("VIDIOC_SET_FMT: interupting stream\n"); + em28xx_videodbg("VIDIOC_SET_FMT: interrupting stream\n"); if ((ret = em28xx_stream_interrupt(dev))) return ret; } |