diff options
| author | Joe Perches <[email protected]> | 2010-04-07 02:59:26 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2010-05-19 12:56:43 -0300 |
| commit | 42397ce42cb0a56276abde767e1598af74ca0af2 (patch) | |
| tree | 6682427133840c4d239b19cffaa9b968eeb8f2d5 | |
| parent | e838326312bbacd6c320113711e2662568d4fc6c (diff) | |
V4L/DVB: ov511: Fix continuation lines
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Douglas Schilling Landgraf <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
| -rw-r--r-- | drivers/media/video/ov511.c | 4 |
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 @@ #define DRIVER_VERSION "v1.64 for Linux 2.5" #define EMAIL "[email protected]" #define DRIVER_AUTHOR "Mark McClelland <[email protected]> & Bret Wallach \ - & Orion Sky Lawlor <[email protected]> & Kevin Moore & Charl P. Botha \ - <[email protected]> & Claudio Matsuoka <[email protected]>" +& Orion Sky Lawlor <[email protected]> & Kevin Moore & Charl P. Botha \ +<[email protected]> & Claudio Matsuoka <[email protected]>" #define DRIVER_DESC "ov511 USB Camera Driver" #define OV511_I2C_RETRIES 3 |