diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-06-02 10:36:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:52:33 -0400 |
commit | e3bb7c607f5ca87030692ad4dab653b4a8d1571a (patch) | |
tree | 935e5c0150c0e6ae7153e1af7ebe4e2a626a1c44 /drivers | |
parent | 62956cedb5e6932c021d52b80bfbcf8add014be4 (diff) |
[media] xc4000: Fix a few bad whitespaces on it
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/common/tuners/xc4000.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/media/common/tuners/xc4000.c b/drivers/media/common/tuners/xc4000.c index bad9c9db9f0f..19be5aa21107 100644 --- a/drivers/media/common/tuners/xc4000.c +++ b/drivers/media/common/tuners/xc4000.c | |||
@@ -73,7 +73,7 @@ struct firmware_properties { | |||
73 | v4l2_std_id std_req; | 73 | v4l2_std_id std_req; |
74 | __u16 int_freq; | 74 | __u16 int_freq; |
75 | unsigned int scode_table; | 75 | unsigned int scode_table; |
76 | int scode_nr; | 76 | int scode_nr; |
77 | }; | 77 | }; |
78 | 78 | ||
79 | struct xc4000_priv { | 79 | struct xc4000_priv { |
@@ -111,7 +111,7 @@ struct xc4000_priv { | |||
111 | 111 | ||
112 | /* Product id */ | 112 | /* Product id */ |
113 | #define XC_PRODUCT_ID_FW_NOT_LOADED 0x2000 | 113 | #define XC_PRODUCT_ID_FW_NOT_LOADED 0x2000 |
114 | #define XC_PRODUCT_ID_FW_LOADED 0x0FA0 | 114 | #define XC_PRODUCT_ID_FW_LOADED 0x0FA0 |
115 | 115 | ||
116 | /* Registers (Write-only) */ | 116 | /* Registers (Write-only) */ |
117 | #define XREG_INIT 0x00 | 117 | #define XREG_INIT 0x00 |
@@ -189,16 +189,16 @@ struct XC_TV_STANDARD { | |||
189 | #define XC4000_DK_PAL_NICAM 10 | 189 | #define XC4000_DK_PAL_NICAM 10 |
190 | #define XC4000_DK_PAL_MONO 11 | 190 | #define XC4000_DK_PAL_MONO 11 |
191 | #define XC4000_DK_SECAM_A2DK1 12 | 191 | #define XC4000_DK_SECAM_A2DK1 12 |
192 | #define XC4000_DK_SECAM_A2LDK3 13 | 192 | #define XC4000_DK_SECAM_A2LDK3 13 |
193 | #define XC4000_DK_SECAM_A2MONO 14 | 193 | #define XC4000_DK_SECAM_A2MONO 14 |
194 | #define XC4000_L_SECAM_NICAM 15 | 194 | #define XC4000_L_SECAM_NICAM 15 |
195 | #define XC4000_LC_SECAM_NICAM 16 | 195 | #define XC4000_LC_SECAM_NICAM 16 |
196 | #define XC4000_DTV6 17 | 196 | #define XC4000_DTV6 17 |
197 | #define XC4000_DTV8 18 | 197 | #define XC4000_DTV8 18 |
198 | #define XC4000_DTV7_8 19 | 198 | #define XC4000_DTV7_8 19 |
199 | #define XC4000_DTV7 20 | 199 | #define XC4000_DTV7 20 |
200 | #define XC4000_FM_Radio_INPUT2 21 | 200 | #define XC4000_FM_Radio_INPUT2 21 |
201 | #define XC4000_FM_Radio_INPUT1 22 | 201 | #define XC4000_FM_Radio_INPUT1 22 |
202 | 202 | ||
203 | /* WAS : | 203 | /* WAS : |
204 | static struct XC_TV_STANDARD XC4000_Standard[MAX_TV_STANDARD] = { | 204 | static struct XC_TV_STANDARD XC4000_Standard[MAX_TV_STANDARD] = { |
@@ -565,7 +565,7 @@ static int xc4000_readreg(struct xc4000_priv *priv, u16 reg, u16 *val) | |||
565 | return XC_RESULT_SUCCESS; | 565 | return XC_RESULT_SUCCESS; |
566 | } | 566 | } |
567 | 567 | ||
568 | #define dump_firm_type(t) dump_firm_type_and_int_freq(t, 0) | 568 | #define dump_firm_type(t) dump_firm_type_and_int_freq(t, 0) |
569 | static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) | 569 | static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) |
570 | { | 570 | { |
571 | if (type & BASE) | 571 | if (type & BASE) |
@@ -967,7 +967,7 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type, | |||
967 | int rc = 0, is_retry = 0; | 967 | int rc = 0, is_retry = 0; |
968 | u16 version, hwmodel; | 968 | u16 version, hwmodel; |
969 | v4l2_std_id std0; | 969 | v4l2_std_id std0; |
970 | u8 hw_major, hw_minor, fw_major, fw_minor; | 970 | u8 hw_major, hw_minor, fw_major, fw_minor; |
971 | 971 | ||
972 | dprintk(1, "%s called\n", __func__); | 972 | dprintk(1, "%s called\n", __func__); |
973 | 973 | ||