aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zr36050.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2006-03-07 22:20:23 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-03-08 12:30:19 -0300
commit8a59822f68996c1f525a8ed87447a4dbc27ada0b (patch)
treeca652928f8d16907dde5abe7bd4abff2bc41c321 /drivers/media/video/zr36050.c
parentV4L/DVB (3403): Workaround to fix initialization for Nexus CA (diff)
downloadlinux-dev-8a59822f68996c1f525a8ed87447a4dbc27ada0b.tar.xz
linux-dev-8a59822f68996c1f525a8ed87447a4dbc27ada0b.zip
V4L/DVB (3413): Typos grab bag of the month
Typos grab bag of the month. Eyeballed by jmc@ in OpenBSD. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/zr36050.c')
-rw-r--r--drivers/media/video/zr36050.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zr36050.c b/drivers/media/video/zr36050.c
index bd0cd28543ca..6699725be605 100644
--- a/drivers/media/video/zr36050.c
+++ b/drivers/media/video/zr36050.c
@@ -159,7 +159,7 @@ zr36050_wait_end (struct zr36050 *ptr)
while (!(zr36050_read_status1(ptr) & 0x4)) {
udelay(1);
- if (i++ > 200000) { // 200ms, there is for shure something wrong!!!
+ if (i++ > 200000) { // 200ms, there is for sure something wrong!!!
dprintk(1,
"%s: timout at wait_end (last status: 0x%02x)\n",
ptr->name, ptr->status1);