Browse Source

V4L/DVB: ir-core: fix some confusing comments

Fix some confusing comments in drivers/media/IR/*

Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
David Härdeman 15 years ago
parent
commit
dd3f616d4b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      drivers/media/IR/ir-keytable.c
  2. 1 1
      drivers/media/IR/ir-sysfs.c

+ 1 - 1
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 <mchehab@redhat.com>
  *

+ 1 - 1
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 <mchehab@redhat.com>
  *