diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2005-11-13 19:08:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-13 21:14:20 -0500 |
commit | 1f4b33651cfb18caac6b6a0d664b0750074b14f4 (patch) | |
tree | c8304d5cb2de23ebde994f45f050643f1b3f1d80 /drivers/media/video/saa7127.c | |
parent | e19b2fcccde976621560c26373c7fba29b0d0f29 (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.c | 4 |
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; | |||
60 | static int test_image = 0; | 60 | static int test_image = 0; |
61 | 61 | ||
62 | MODULE_DESCRIPTION("Philips SAA7127/9 video encoder driver"); | 62 | MODULE_DESCRIPTION("Philips SAA7127/9 video encoder driver"); |
63 | MODULE_AUTHOR("Kevin Thayer <nufan_wfk@yahoo.com>"); | 63 | MODULE_AUTHOR("Kevin Thayer, Chris Kennedy, Hans Verkuil"); |
64 | MODULE_AUTHOR("Chris Kennedy <c@groovy.org>"); | ||
65 | MODULE_AUTHOR("Hans Verkuil <hverkuil@xs4all.nl>"); | ||
66 | MODULE_LICENSE("GPL"); | 64 | MODULE_LICENSE("GPL"); |
67 | module_param(debug, int, 0644); | 65 | module_param(debug, int, 0644); |
68 | module_param(test_image, int, 0644); | 66 | module_param(test_image, int, 0644); |