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/ca.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/ca.h')
| -rw-r--r-- | include/uapi/linux/dvb/ca.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/dvb/ca.h b/include/uapi/linux/dvb/ca.h index 24fc38efbc2b..cb150029fdff 100644 --- a/include/uapi/linux/dvb/ca.h +++ b/include/uapi/linux/dvb/ca.h @@ -139,7 +139,7 @@ struct ca_descr { #define CA_SEND_MSG _IOW('o', 133, struct ca_msg) #define CA_SET_DESCR _IOW('o', 134, struct ca_descr) -#if !defined (__KERNEL__) +#if !defined(__KERNEL__) /* This is needed for legacy userspace support */ typedef struct ca_slot_info ca_slot_info_t; |

