diff options
Diffstat (limited to 'drivers/media/v4l2-core/videobuf-vmalloc.c')
| -rw-r--r-- | drivers/media/v4l2-core/videobuf-vmalloc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/v4l2-core/videobuf-vmalloc.c b/drivers/media/v4l2-core/videobuf-vmalloc.c index 2ff7fcc77b11..45fe781aeeec 100644 --- a/drivers/media/v4l2-core/videobuf-vmalloc.c +++ b/drivers/media/v4l2-core/videobuf-vmalloc.c @@ -6,7 +6,7 @@   * into PAGE_SIZE chunks).  They also assume the driver does not need   * to touch the video data.   * - * (c) 2007 Mauro Carvalho Chehab, <[email protected]> + * (c) 2007 Mauro Carvalho Chehab, <[email protected]>   *   * This program is free software; you can redistribute it and/or modify   * it under the terms of the GNU General Public License as published by @@ -41,7 +41,7 @@ static int debug;  module_param(debug, int, 0644);  MODULE_DESCRIPTION("helper module to manage video4linux vmalloc buffers"); -MODULE_AUTHOR("Mauro Carvalho Chehab <[email protected]>"); +MODULE_AUTHOR("Mauro Carvalho Chehab <[email protected]>");  MODULE_LICENSE("GPL");  #define dprintk(level, fmt, arg...)					\  |