]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: Remove a whitespace before parenthesis
authorAnchal Jain <anchalj109@gmail.com>
Wed, 2 Mar 2016 15:42:19 +0000 (21:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Mar 2016 01:58:46 +0000 (17:58 -0800)
Remove a whitespace before parenthesis "("

Signed-off-by: Anchal Jain <anchalj109@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

index d7048237b1839b222eb61106fc249196a68ac5b7..b76622d1adc31aff3352f3df436cdad68605debe 100644 (file)
@@ -1424,7 +1424,7 @@ static void WILC_WFI_CfgParseTxAction(u8 *buf, u32 len, bool bOperChan, u8 iftyp
        }
 }
 
-void WILC_WFI_p2p_rx (struct net_device *dev, u8 *buff, u32 size)
+void WILC_WFI_p2p_rx(struct net_device *dev, u8 *buff, u32 size)
 {
        struct wilc_priv *priv;
        u32 header, pkt_offset;