aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/ir-rc5-decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/rc/ir-rc5-decoder.c')
-rw-r--r--drivers/media/rc/ir-rc5-decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/rc/ir-rc5-decoder.c b/drivers/media/rc/ir-rc5-decoder.c
index 4e53a319c5d8..1085e173270a 100644
--- a/drivers/media/rc/ir-rc5-decoder.c
+++ b/drivers/media/rc/ir-rc5-decoder.c
@@ -1,6 +1,6 @@
1/* ir-rc5-decoder.c - handle RC5(x) IR Pulse/Space protocol 1/* ir-rc5-decoder.c - handle RC5(x) IR Pulse/Space protocol
2 * 2 *
3 * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> 3 * Copyright (C) 2010 by Mauro Carvalho Chehab
4 * 4 *
5 * This program is free software; you can redistribute it and/or modify 5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 6 * it under the terms of the GNU General Public License as published by
@@ -193,6 +193,6 @@ module_init(ir_rc5_decode_init);
193module_exit(ir_rc5_decode_exit); 193module_exit(ir_rc5_decode_exit);
194 194
195MODULE_LICENSE("GPL"); 195MODULE_LICENSE("GPL");
196MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 196MODULE_AUTHOR("Mauro Carvalho Chehab");
197MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); 197MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)");
198MODULE_DESCRIPTION("RC5(x) IR protocol decoder"); 198MODULE_DESCRIPTION("RC5(x) IR protocol decoder");