1
0
Fork 0

media: dvb headers: make checkpatch happier

Adjust dvb ca.h, dmx.h and frontend.h in order to make
checkpatch happier. Now, it only complains about the typedefs,
and those are there just to provide backward userspace
compatibility.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
zero-colors
Mauro Carvalho Chehab 2017-09-05 07:02:44 -04:00
parent da68249219
commit e4faa09b0d
3 changed files with 6 additions and 7 deletions

View File

@ -189,8 +189,7 @@ struct dmx_sct_filter_params {
* @pes_type: Type of the pes filter, as specified by &enum dmx_pes_type. * @pes_type: Type of the pes filter, as specified by &enum dmx_pes_type.
* @flags: Demux PES flags. * @flags: Demux PES flags.
*/ */
struct dmx_pes_filter_params struct dmx_pes_filter_params {
{
__u16 pid; __u16 pid;
enum dmx_input input; enum dmx_input input;
enum dmx_output output; enum dmx_output output;