From: David Härdeman Date: Thu, 15 Apr 2010 21:46:35 +0000 (-0300) Subject: V4L/DVB: ir-core: fix some confusing comments X-Git-Tag: v2.6.35-rc1~480^2~150 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dd3f616d4b60a50328be152f66c93bd451461a39;p=karo-tx-linux.git V4L/DVB: ir-core: fix some confusing comments Fix some confusing comments in drivers/media/IR/* Signed-off-by: David Härdeman Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/IR/ir-keytable.c b/drivers/media/IR/ir-keytable.c index ebe24579bf32..9374a006f43d 100644 --- a/drivers/media/IR/ir-keytable.c +++ b/drivers/media/IR/ir-keytable.c @@ -1,4 +1,4 @@ -/* ir-register.c - handle IR scancode->keycode tables +/* ir-keytable.c - handle IR scancode->keycode tables * * Copyright (C) 2009 by Mauro Carvalho Chehab * diff --git a/drivers/media/IR/ir-sysfs.c b/drivers/media/IR/ir-sysfs.c index 18cab0f59fdd..002b14123319 100644 --- a/drivers/media/IR/ir-sysfs.c +++ b/drivers/media/IR/ir-sysfs.c @@ -1,4 +1,4 @@ -/* ir-register.c - handle IR scancode->keycode tables +/* ir-sysfs.c - sysfs interface for RC devices (/sys/class/rc) * * Copyright (C) 2009-2010 by Mauro Carvalho Chehab *