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

Commit 4e5910e6 authored by Marc Koschewski's avatar Marc Koschewski Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3319): Changed indention for define's and their values



- Indention for values of several request defines were not TabSized=8.

Signed-off-by: default avatarPatrick Boettcher <pb@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
parent f2a33314
Loading
Loading
Loading
Loading
+21 −22
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ extern int dvb_usb_vp702x_debug;
 * len  X1 X2 X3 X4
 * additional in buffer:
 * 0   1 2
 * N/A 0 0   b[1] == b[2] == 0 -> success otherwise not */
 * N/A 0 0   b[1] == b[2] == 0 -> success, failure otherwise */

#define SET_LNB_POWER		0x09
/* additional out buffer:
@@ -45,7 +45,7 @@ extern int dvb_usb_vp702x_debug;
 * 0x00 0xff 1 = on, 0 = off
 * additional in buffer:
 * 0   1 2
 * N/A 0 0   b[1] == b[2] == 0 -> success otherwise not */
 * N/A 0 0   b[1] == b[2] == 0 -> success failure otherwise */

#define GET_MAC_ADDRESS		0x0A
/* #define GET_MAC_ADDRESS   0x0B */
@@ -64,7 +64,6 @@ extern int dvb_usb_vp702x_debug;
 * freq0 freq1 divstep srate0 srate1 srate2 flag chksum
 */


/* one direction requests */
#define READ_REMOTE_REQ		0xB4
/* IN  i: 0; v: 0; b[0] == request, b[1] == key */