aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/sys
diff options
context:
space:
mode:
authorJason Cooper <jason@lakedaemon.net>2010-09-14 09:45:50 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-14 19:24:19 -0400
commit92dfc7d18a123fcf22beaf23036ba02a13416e3e (patch)
tree13fec639a84e3da7629cd81bb5c0d2d41bd7f5dd /drivers/staging/brcm80211/sys
parentfd64bcc48bd1542ca361e99b6487b54ad10dc4b8 (diff)
staging: brcm80211: fix "ERROR: trailing whitespace."
Signed-off-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/sys')
-rw-r--r--drivers/staging/brcm80211/sys/wlc_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/brcm80211/sys/wlc_channel.c b/drivers/staging/brcm80211/sys/wlc_channel.c
index 7824c8d89d6..554a0cb84ad 100644
--- a/drivers/staging/brcm80211/sys/wlc_channel.c
+++ b/drivers/staging/brcm80211/sys/wlc_channel.c
@@ -1473,7 +1473,7 @@ wlc_channel_reg_limits(wlc_cm_info_t *wlc_cm, chanspec_t chanspec,
1473 } 1473 }
1474 1474
1475 /* Copy the 40 MHZ MCS 0-7 CDD value to the 40 MHZ MCS 0-7 SISO value if it wasn't 1475 /* Copy the 40 MHZ MCS 0-7 CDD value to the 40 MHZ MCS 0-7 SISO value if it wasn't
1476 * provided explicitly. 1476 * provided explicitly.
1477 */ 1477 */
1478 1478
1479 for (i = 0; i < WLC_NUM_RATES_MCS_1_STREAM; i++) { 1479 for (i = 0; i < WLC_NUM_RATES_MCS_1_STREAM; i++) {