aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7127.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2005-11-13 19:08:05 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-13 21:14:20 -0500
commit1f4b33651cfb18caac6b6a0d664b0750074b14f4 (patch)
treec8304d5cb2de23ebde994f45f050643f1b3f1d80 /drivers/media/video/saa7127.c
parente19b2fcccde976621560c26373c7fba29b0d0f29 (diff)
[PATCH] v4l: (966) Authorship fixes for new Modules
Fixes Module Author macros Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/saa7127.c')
-rw-r--r--drivers/media/video/saa7127.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/saa7127.c b/drivers/media/video/saa7127.c
index 798cfc7a7ef8..f127219a79d5 100644
--- a/drivers/media/video/saa7127.c
+++ b/drivers/media/video/saa7127.c
@@ -60,9 +60,7 @@ static int debug = 0;
60static int test_image = 0; 60static int test_image = 0;
61 61
62MODULE_DESCRIPTION("Philips SAA7127/9 video encoder driver"); 62MODULE_DESCRIPTION("Philips SAA7127/9 video encoder driver");
63MODULE_AUTHOR("Kevin Thayer <nufan_wfk@yahoo.com>"); 63MODULE_AUTHOR("Kevin Thayer, Chris Kennedy, Hans Verkuil");
64MODULE_AUTHOR("Chris Kennedy <c@groovy.org>");
65MODULE_AUTHOR("Hans Verkuil <hverkuil@xs4all.nl>");
66MODULE_LICENSE("GPL"); 64MODULE_LICENSE("GPL");
67module_param(debug, int, 0644); 65module_param(debug, int, 0644);
68module_param(test_image, int, 0644); 66module_param(test_image, int, 0644);