1
0
Fork 0
alistair23-linux/drivers/media/dvb-frontends/drx39xyj
Mauro Carvalho Chehab 0df289a209 [media] dvb: Get rid of typedev usage for enums
The DVB API was originally defined using typedefs. This is against
Kernel CodingStyle, and there's no good usage here. While we can't
remove its usage on userspace, we can avoid its usage in Kernelspace.

So, let's do it.

This patch was generated by this shell script:

	for j in $(grep typedef include/uapi/linux/dvb/frontend.h |cut -d' ' -f 3); do for i in $(find drivers/media -name '*.[ch]' -type f) $(find drivers/staging/media -name '*.[ch]' -type f); do sed "s,${j}_t,enum $j," <$i >a && mv a $i; done; done

While here, make CodingStyle fixes on the affected lines.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de> # for drivers/media/firewire/*
2015-06-09 17:47:35 -03:00
..
Kconfig [media] drx-j: use customise option correctly 2014-04-07 09:39:51 -03:00
Makefile [media] drx-j: get rid of drx_dap_fasi.c 2014-03-04 14:39:06 -03:00
bsp_i2c.h [media] drx-j: Use the Linux error codes 2014-03-04 14:29:41 -03:00
drx39xxj.h dvb-frontends: use IS_REACHABLE() instead of IS_ENABLED() 2015-04-08 15:05:12 -03:00
drx_dap_fasi.h [media] drx-j: make checkpatch.pl happy 2014-03-04 14:30:44 -03:00
drx_driver.h [media] drx-j: Prepare to use DVBv5 stats 2014-03-11 07:37:19 -03:00
drx_driver_version.h [media] drx-j: make checkpatch.pl happy 2014-03-04 14:30:44 -03:00
drxj.c [media] dvb: Get rid of typedev usage for enums 2015-06-09 17:47:35 -03:00
drxj.h [media] drx-j: remove external symbols 2014-03-11 07:37:16 -03:00
drxj_map.h [media] drx-j: make checkpatch.pl happy 2014-03-04 14:30:44 -03:00