diff options
-rw-r--r-- | drivers/media/IR/ir-keytable.c | 2 | ||||
-rw-r--r-- | drivers/media/IR/ir-sysfs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/IR/ir-keytable.c b/drivers/media/IR/ir-keytable.c index ebe24579bf3..9374a006f43 100644 --- a/drivers/media/IR/ir-keytable.c +++ b/drivers/media/IR/ir-keytable.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* ir-register.c - handle IR scancode->keycode tables | 1 | /* ir-keytable.c - handle IR scancode->keycode tables |
2 | * | 2 | * |
3 | * Copyright (C) 2009 by Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright (C) 2009 by Mauro Carvalho Chehab <mchehab@redhat.com> |
4 | * | 4 | * |
diff --git a/drivers/media/IR/ir-sysfs.c b/drivers/media/IR/ir-sysfs.c index 18cab0f59fd..002b1412331 100644 --- a/drivers/media/IR/ir-sysfs.c +++ b/drivers/media/IR/ir-sysfs.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* ir-register.c - handle IR scancode->keycode tables | 1 | /* ir-sysfs.c - sysfs interface for RC devices (/sys/class/rc) |
2 | * | 2 | * |
3 | * Copyright (C) 2009-2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright (C) 2009-2010 by Mauro Carvalho Chehab <mchehab@redhat.com> |
4 | * | 4 | * |