Skip to content

Commit 5ba4cc9

Browse files
desmendMauro Carvalho Chehab
authored andcommitted
V4L/DVB (3321): Indention cleanups
- Indention cleaned for tabsize=8 Signed-off-by: Patrick Boettcher <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent a6bab88 commit 5ba4cc9

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

drivers/media/dvb/dvb-usb/dtt200u.h

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#define _DVB_USB_DTT200U_H_
1414

1515
#define DVB_USB_LOG_PREFIX "dtt200u"
16+
1617
#include "dvb-usb.h"
1718

1819
extern int dvb_usb_dtt200u_debug;
@@ -25,15 +26,15 @@ extern int dvb_usb_dtt200u_debug;
2526
* 88 - locking 2 bytes (0x80 0x40 == no signal, 0x89 0x20 == nice signal)
2627
*/
2728

28-
#define GET_SPEED 0x00
29-
#define GET_TUNE_STATUS 0x81
30-
#define GET_RC_CODE 0x84
31-
#define GET_CONFIGURATION 0x88
32-
#define GET_AGC 0x89
33-
#define GET_SNR 0x8a
34-
#define GET_VIT_ERR_CNT 0x8c
35-
#define GET_RS_ERR_CNT 0x8d
36-
#define GET_RS_UNCOR_BLK_CNT 0x8e
29+
#define GET_SPEED 0x00
30+
#define GET_TUNE_STATUS 0x81
31+
#define GET_RC_CODE 0x84
32+
#define GET_CONFIGURATION 0x88
33+
#define GET_AGC 0x89
34+
#define GET_SNR 0x8a
35+
#define GET_VIT_ERR_CNT 0x8c
36+
#define GET_RS_ERR_CNT 0x8d
37+
#define GET_RS_UNCOR_BLK_CNT 0x8e
3738

3839
/* write
3940
* 01 - init
@@ -44,12 +45,12 @@ extern int dvb_usb_dtt200u_debug;
4445
* 08 - transfer switch
4546
*/
4647

47-
#define SET_INIT 0x01
48-
#define SET_RF_FREQ 0x02
49-
#define SET_BANDWIDTH 0x03
50-
#define SET_PID_FILTER 0x04
51-
#define RESET_PID_FILTER 0x05
52-
#define SET_STREAMING 0x08
48+
#define SET_INIT 0x01
49+
#define SET_RF_FREQ 0x02
50+
#define SET_BANDWIDTH 0x03
51+
#define SET_PID_FILTER 0x04
52+
#define RESET_PID_FILTER 0x05
53+
#define SET_STREAMING 0x08
5354

5455
extern struct dvb_frontend * dtt200u_fe_attach(struct dvb_usb_device *d);
5556

0 commit comments

Comments
 (0)