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

Commit e4faa09b authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent da682492
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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;
+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.