summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/dvb/frontend.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2015-05-28 03:20:14 +0200
committerMauro Carvalho Chehab2015-05-30 14:36:37 +0200
commit81959d996a3b6ea542ebffc7e394530f4638c6ca (patch)
tree247a36588755c2a34d7e5129dca98b277bc40f45 /include/uapi/linux/dvb/frontend.h
parent[media] DocBook: better document FE_SET_TONE ioctl (diff)
downloadkernel-qcow2-linux-81959d996a3b6ea542ebffc7e394530f4638c6ca.tar.gz
kernel-qcow2-linux-81959d996a3b6ea542ebffc7e394530f4638c6ca.tar.xz
kernel-qcow2-linux-81959d996a3b6ea542ebffc7e394530f4638c6ca.zip
[media] DocBook: better document FE_DISEQC_SEND_BURST ioctl
Use the proper format for FE_DISEQC_SEND_BURST documentation and improve the documentation. Keep the enum fe_sec_mini_cmd description together with the ioctl, as both are used together. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/uapi/linux/dvb/frontend.h')
-rw-r--r--include/uapi/linux/dvb/frontend.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h
index 1a098819473f..dd64e6d5d881 100644
--- a/include/uapi/linux/dvb/frontend.h
+++ b/include/uapi/linux/dvb/frontend.h
@@ -122,10 +122,12 @@ enum fe_sec_tone_mode {
typedef enum fe_sec_tone_mode fe_sec_tone_mode_t;
-typedef enum fe_sec_mini_cmd {
+enum fe_sec_mini_cmd {
SEC_MINI_A,
SEC_MINI_B
-} fe_sec_mini_cmd_t;
+};
+
+typedef enum fe_sec_mini_cmd fe_sec_mini_cmd_t;
/**