Staging:rtl8187se: Add space before open parenthesis of if condition
authorHimangi Saraogi <himangi774@gmail.com>
Thu, 7 Nov 2013 21:36:39 +0000 (03:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 17:11:16 +0000 (09:11 -0800)
This patch fixes the checkpatch.pl warning :
space required before the open parenthesis '('
in ieee80211/ieee80211_softmac.c.

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Reviewed-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c

index d769f16..7864267 100644 (file)
@@ -119,7 +119,7 @@ void ieee80211_WMM_Info(struct ieee80211_device *ieee, u8 **tag_p)
        *tag++ = 0x00;
        *tag++ = 0x01;
 #ifdef SUPPORT_USPD
-       if(ieee->current_network.wmm_info & 0x80) {
+       if (ieee->current_network.wmm_info & 0x80) {
                *tag++ = 0x0f|MAX_SP_Len;
        } else {
                *tag++ = MAX_SP_Len;