File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ struct ca_descr {
139
139
#define CA_SEND_MSG _IOW('o', 133, struct ca_msg)
140
140
#define CA_SET_DESCR _IOW('o', 134, struct ca_descr)
141
141
142
- #if !defined (__KERNEL__ )
142
+ #if !defined(__KERNEL__ )
143
143
144
144
/* This is needed for legacy userspace support */
145
145
typedef struct ca_slot_info ca_slot_info_t ;
Original file line number Diff line number Diff line change @@ -189,8 +189,7 @@ struct dmx_sct_filter_params {
189
189
* @pes_type: Type of the pes filter, as specified by &enum dmx_pes_type.
190
190
* @flags: Demux PES flags.
191
191
*/
192
- struct dmx_pes_filter_params
193
- {
192
+ struct dmx_pes_filter_params {
194
193
__u16 pid ;
195
194
enum dmx_input input ;
196
195
enum dmx_output output ;
@@ -221,7 +220,7 @@ struct dmx_stc {
221
220
#define DMX_ADD_PID _IOW('o', 51, __u16)
222
221
#define DMX_REMOVE_PID _IOW('o', 52, __u16)
223
222
224
- #if !defined (__KERNEL__ )
223
+ #if !defined(__KERNEL__ )
225
224
226
225
/* This is needed for legacy userspace support */
227
226
typedef enum dmx_output dmx_output_t ;
Original file line number Diff line number Diff line change @@ -907,7 +907,7 @@ struct dtv_properties {
907
907
#define FE_SET_PROPERTY _IOW('o', 82, struct dtv_properties)
908
908
#define FE_GET_PROPERTY _IOR('o', 83, struct dtv_properties)
909
909
910
- #if defined(__DVB_CORE__ ) || !defined (__KERNEL__ )
910
+ #if defined(__DVB_CORE__ ) || !defined(__KERNEL__ )
911
911
912
912
/*
913
913
* DEPRECATED: Everything below is deprecated in favor of DVBv5 API
@@ -982,8 +982,8 @@ struct dvb_ofdm_parameters {
982
982
};
983
983
984
984
struct dvb_frontend_parameters {
985
- __u32 frequency ; /* (absolute) frequency in Hz for DVB-C/DVB-T/ATSC */
986
- /* intermediate frequency in kHz for DVB-S */
985
+ __u32 frequency ; /* (absolute) frequency in Hz for DVB-C/DVB-T/ATSC */
986
+ /* intermediate frequency in kHz for DVB-S */
987
987
fe_spectral_inversion_t inversion ;
988
988
union {
989
989
struct dvb_qpsk_parameters qpsk ; /* DVB-S */
You can’t perform that action at this time.
0 commit comments