android_kernel_xiaomi_sdm845/drivers/media/IR
Mauro Carvalho Chehab 384f23e8c9 V4L/DVB: ir-core-priv.h: Fix a few CodingStyle errors
As reported by checkpatch.pl:

ERROR: open brace '{' following function declarations go on the next line
+static inline bool geq_margin(unsigned d1, unsigned d2, unsigned margin) {

ERROR: open brace '{' following function declarations go on the next line
+static inline bool eq_margin(unsigned d1, unsigned d2, unsigned margin) {

ERROR: open brace '{' following function declarations go on the next line
+static inline bool is_transition(struct ir_raw_event *x, struct ir_raw_event *y) {

Cc: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-05-19 12:57:43 -03:00
..
keymaps V4L/DVB: ir-core: add imon pad and mce keymaps 2010-05-19 12:57:41 -03:00
imon.c V4L/DVB: ir-core: add imon driver 2010-05-19 12:57:42 -03:00
ir-core-priv.h V4L/DVB: ir-core-priv.h: Fix a few CodingStyle errors 2010-05-19 12:57:43 -03:00
ir-functions.c V4L/DVB: ir-core: move subsystem internal calls to ir-core-priv.h 2010-05-19 12:57:04 -03:00
ir-keytable.c ir-core: Fix the delete logic 2010-05-19 12:57:38 -03:00
ir-nec-decoder.c V4L/DVB: ir-core: change duration to be coded as a u32 integer 2010-05-19 12:57:42 -03:00
ir-raw-event.c V4L/DVB: ir-core: change duration to be coded as a u32 integer 2010-05-19 12:57:42 -03:00
ir-rc5-decoder.c V4L/DVB: ir-core: change duration to be coded as a u32 integer 2010-05-19 12:57:42 -03:00
ir-rc6-decoder.c V4L/DVB: ir-core: change duration to be coded as a u32 integer 2010-05-19 12:57:42 -03:00
ir-sysfs.c ir-core: Remove the quotation mark from the uevent names 2010-05-19 12:57:38 -03:00
Kconfig V4L/DVB: ir-core: add imon driver 2010-05-19 12:57:42 -03:00
Makefile V4L/DVB: ir-core: add imon driver 2010-05-19 12:57:42 -03:00
rc-map.c V4L/DVB: ir-core: Remove warining noise if decoders compiled builtin 2010-05-19 12:57:14 -03:00