diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 07:02:44 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 07:10:24 -0400 |
| commit | e4faa09b0dae4f8f429922190e9aa99a564ff785 (patch) | |
| tree | 21b19c701d230549f9d3260ee4a22f5eae69eaea /include/uapi/linux/dvb/dmx.h | |
| parent | da682492195783a046bb4aee03f41367cf648a06 (diff) | |
| download | blackbird-op-linux-e4faa09b0dae4f8f429922190e9aa99a564ff785.tar.gz blackbird-op-linux-e4faa09b0dae4f8f429922190e9aa99a564ff785.zip | |
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>
Diffstat (limited to 'include/uapi/linux/dvb/dmx.h')
| -rw-r--r-- | include/uapi/linux/dvb/dmx.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/uapi/linux/dvb/dmx.h b/include/uapi/linux/dvb/dmx.h index 4e3f3a2fe83f..4aa5f6a1815a 100644 --- a/include/uapi/linux/dvb/dmx.h +++ b/include/uapi/linux/dvb/dmx.h @@ -189,8 +189,7 @@ struct dmx_sct_filter_params { * @pes_type: Type of the pes filter, as specified by &enum dmx_pes_type. * @flags: Demux PES flags. */ -struct dmx_pes_filter_params -{ +struct dmx_pes_filter_params { __u16 pid; enum dmx_input input; enum dmx_output output; @@ -221,7 +220,7 @@ struct dmx_stc { #define DMX_ADD_PID _IOW('o', 51, __u16) #define DMX_REMOVE_PID _IOW('o', 52, __u16) -#if !defined (__KERNEL__) +#if !defined(__KERNEL__) /* This is needed for legacy userspace support */ typedef enum dmx_output dmx_output_t; |

