aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2/ap_h2.c
diff options
context:
space:
mode:
authorJohan Meiring <johanmeiring@gmail.com>2012-11-20 09:44:59 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-21 16:53:27 -0500
commitbfdc409770a3700c08712983c7bfbddec45401e5 (patch)
treec9bf5ab59d5113ece8e67343a32975c3f96d5384 /drivers/staging/wlags49_h2/ap_h2.c
parent0da7da721a80d169e02c5eb730247df6aec56e9b (diff)
staging: wlags49_h2: ap_h2.c: fixes spaces-before-tabs problems
This commit sorts out a few instances of spaces before tabs, as reported by the checkpatch.pl tool. Signed-off-by: Johan Meiring <johanmeiring@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlags49_h2/ap_h2.c')
-rw-r--r--drivers/staging/wlags49_h2/ap_h2.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/staging/wlags49_h2/ap_h2.c b/drivers/staging/wlags49_h2/ap_h2.c
index eb8244c4d6f..e524153e925 100644
--- a/drivers/staging/wlags49_h2/ap_h2.c
+++ b/drivers/staging/wlags49_h2/ap_h2.c
@@ -25,10 +25,10 @@
25 */ 25 */
26 26
27 27
28#include "hcfcfg.h" /* to get hcf_16 etc defined as well as */ 28#include "hcfcfg.h" /* to get hcf_16 etc defined as well as */
29 /* possible settings which inluence mdd.h or dhf.h */ 29 /* possible settings which inluence mdd.h or dhf.h */
30#include "mdd.h" /* to get COMP_ID_STA etc defined */ 30#include "mdd.h" /* to get COMP_ID_STA etc defined */
31#include "dhf.h" /* used to be "fhfmem.h", to get memblock,plugrecord, */ 31#include "dhf.h" /* used to be "fhfmem.h", to get memblock,plugrecord, */
32 32
33static const hcf_8 fw_image_1_data[] = { 33static const hcf_8 fw_image_1_data[] = {
34 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 34 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
@@ -3301,7 +3301,7 @@ static const CFG_RANGE20_STRCT fw_image_infocompat[] = {
3301 COMP_ROLE_SUPL, 3301 COMP_ROLE_SUPL,
3302 COMP_ID_APF, 3302 COMP_ID_APF,
3303 { 3303 {
3304 { 2, 2, 4 } /* variant, bottom, top */ 3304 { 2, 2, 4 } /* variant, bottom, top */
3305 } 3305 }
3306 }, 3306 },
3307 { 3 + ((20 * sizeof(CFG_RANGE_SPEC_STRCT)) / sizeof(hcf_16)), 3307 { 3 + ((20 * sizeof(CFG_RANGE_SPEC_STRCT)) / sizeof(hcf_16)),
@@ -3309,9 +3309,9 @@ static const CFG_RANGE20_STRCT fw_image_infocompat[] = {
3309 COMP_ROLE_ACT, 3309 COMP_ROLE_ACT,
3310 COMP_ID_MFI, 3310 COMP_ID_MFI,
3311 { 3311 {
3312 { 4, 6, 7 }, /* variant, bottom, top */ 3312 { 4, 6, 7 }, /* variant, bottom, top */
3313 { 5, 6, 7 }, /* variant, bottom, top */ 3313 { 5, 6, 7 }, /* variant, bottom, top */
3314 { 6, 6, 7 } /* variant, bottom, top */ 3314 { 6, 6, 7 } /* variant, bottom, top */
3315 } 3315 }
3316 }, 3316 },
3317 { 3 + ((20 * sizeof(CFG_RANGE_SPEC_STRCT)) / sizeof(hcf_16)), 3317 { 3 + ((20 * sizeof(CFG_RANGE_SPEC_STRCT)) / sizeof(hcf_16)),
@@ -3319,7 +3319,7 @@ static const CFG_RANGE20_STRCT fw_image_infocompat[] = {
3319 COMP_ROLE_ACT, 3319 COMP_ROLE_ACT,
3320 COMP_ID_CFI, 3320 COMP_ID_CFI,
3321 { 3321 {
3322 { 2, 1, 2 } /* variant, bottom, top */ 3322 { 2, 1, 2 } /* variant, bottom, top */
3323 } 3323 }
3324 }, 3324 },
3325 { 0000, 0000, 0000, 0000, { { 0000, 0000, 0000 } } } /* endsentinel */ 3325 { 0000, 0000, 0000, 0000, { { 0000, 0000, 0000 } } } /* endsentinel */