aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/cpia1.c
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-09-05 06:06:04 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-20 23:04:46 -0400
commit1fddcf0e8b3b6e6405b051da0a6faa93ea7af5cf (patch)
tree1376a81e1569fd787bfcc79e0e681b9eb00420a8 /drivers/media/video/gspca/cpia1.c
parent7b7736c451d6e5724ff0d591fecdd89b37617b59 (diff)
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.c4
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 @@
1/* 1/*
2 * cpia CPiA (1) gspca driver 2 * cpia CPiA (1) gspca driver
3 * 3 *
4 * Copyright (C) 2010 Hans de Goede <hdgoede@redhat.com> 4 * Copyright (C) 2010 Hans de Goede <hdegoede@redhat.com>
5 * 5 *
6 * This module is adapted from the in kernel v4l1 cpia driver which is : 6 * This module is adapted from the in kernel v4l1 cpia driver which is :
7 * 7 *
@@ -30,7 +30,7 @@
30 30
31#include "gspca.h" 31#include "gspca.h"
32 32
33MODULE_AUTHOR("Hans de Goede <hdgoede@redhat.com>"); 33MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>");
34MODULE_DESCRIPTION("Vision CPiA"); 34MODULE_DESCRIPTION("Vision CPiA");
35MODULE_LICENSE("GPL"); 35MODULE_LICENSE("GPL");
36 36