diff options
author | Hans de Goede <hdegoede@redhat.com> | 2010-09-05 12:06:04 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 05:04:46 +0200 |
commit | 1fddcf0e8b3b6e6405b051da0a6faa93ea7af5cf (patch) | |
tree | 1376a81e1569fd787bfcc79e0e681b9eb00420a8 /drivers/media/video/gspca/cpia1.c | |
parent | V4L/DVB: Mark usbvideo ibmcam driver as deprecated (diff) | |
download | linux-1fddcf0e8b3b6e6405b051da0a6faa93ea7af5cf.tar.xz linux-1fddcf0e8b3b6e6405b051da0a6faa93ea7af5cf.zip |
V4L/DVB: gspca_*: correct typo in my email address in various subdrivers
gspca_*: correct typo in my email address in various subdrivers
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/cpia1.c')
-rw-r--r-- | drivers/media/video/gspca/cpia1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/cpia1.c b/drivers/media/video/gspca/cpia1.c index 3747a1dcff54..b278186ea6d1 100644 --- a/drivers/media/video/gspca/cpia1.c +++ b/drivers/media/video/gspca/cpia1.c @@ -1,7 +1,7 @@ /* * cpia CPiA (1) gspca driver * - * Copyright (C) 2010 Hans de Goede <hdgoede@redhat.com> + * Copyright (C) 2010 Hans de Goede <hdegoede@redhat.com> * * This module is adapted from the in kernel v4l1 cpia driver which is : * @@ -30,7 +30,7 @@ #include "gspca.h" -MODULE_AUTHOR("Hans de Goede <hdgoede@redhat.com>"); +MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>"); MODULE_DESCRIPTION("Vision CPiA"); MODULE_LICENSE("GPL"); |