aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ov511.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-04-07 01:59:26 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 11:56:43 -0400
commit42397ce42cb0a56276abde767e1598af74ca0af2 (patch)
tree6682427133840c4d239b19cffaa9b968eeb8f2d5 /drivers/media/video/ov511.c
parente838326312bbacd6c320113711e2662568d4fc6c (diff)
V4L/DVB: ov511: Fix continuation lines
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/ov511.c')
-rw-r--r--drivers/media/video/ov511.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/ov511.c b/drivers/media/video/ov511.c
index dd1b1ac1a0ef..6085d5582555 100644
--- a/drivers/media/video/ov511.c
+++ b/drivers/media/video/ov511.c
@@ -57,8 +57,8 @@
57#define DRIVER_VERSION "v1.64 for Linux 2.5" 57#define DRIVER_VERSION "v1.64 for Linux 2.5"
58#define EMAIL "mark@alpha.dyndns.org" 58#define EMAIL "mark@alpha.dyndns.org"
59#define DRIVER_AUTHOR "Mark McClelland <mark@alpha.dyndns.org> & Bret Wallach \ 59#define DRIVER_AUTHOR "Mark McClelland <mark@alpha.dyndns.org> & Bret Wallach \
60 & Orion Sky Lawlor <olawlor@acm.org> & Kevin Moore & Charl P. Botha \ 60& Orion Sky Lawlor <olawlor@acm.org> & Kevin Moore & Charl P. Botha \
61 <cpbotha@ieee.org> & Claudio Matsuoka <claudio@conectiva.com>" 61<cpbotha@ieee.org> & Claudio Matsuoka <claudio@conectiva.com>"
62#define DRIVER_DESC "ov511 USB Camera Driver" 62#define DRIVER_DESC "ov511 USB Camera Driver"
63 63
64#define OV511_I2C_RETRIES 3 64#define OV511_I2C_RETRIES 3