Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 829ba9fe authored by David Härdeman's avatar David Härdeman Committed by Mauro Carvalho Chehab
Browse files

[media] rc-core: fix some leftovers from the renaming patches



Fix some minor comments etc which are leftover from the old naming scheme.

Signed-off-by: default avatarDavid Härdeman <david@hardeman.nu>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3938e0cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/* ir-raw-event.c - handle IR Pulse/Space event
/* ir-raw.c - handle IR pulse/space events
 *
 * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com>
 *
+3 −3
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@
 *  GNU General Public License for more details.
 */

#ifndef _IR_RAW_EVENT
#define _IR_RAW_EVENT
#ifndef _RC_CORE_PRIV
#define _RC_CORE_PRIV

#include <linux/slab.h>
#include <linux/spinlock.h>
@@ -190,4 +190,4 @@ void ir_raw_init(void);
#endif


#endif /* _IR_RAW_EVENT */
#endif /* _RC_CORE_PRIV */
+1 −1
Original line number Diff line number Diff line
/* rc-core.c - handle IR scancode->keycode tables
/* rc-main.c - Remote Controller core module
 *
 * Copyright (C) 2009-2010 by Mauro Carvalho Chehab <mchehab@redhat.com>
 *
+6 −6

File changed.

Contains only whitespace changes.