Signed-off-by: Joe Perches <[email protected]> --- 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 e0bce8d..c34325c 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 -- 1.7.0.14.g7e948 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
