staging: wilc1000: Remove a whitespace before parenthesis

Remove a whitespace before parenthesis "("

Signed-off-by: Anchal Jain <anchalj109@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Anchal Jain 2016-03-02 21:12:19 +05:30 committed by Greg Kroah-Hartman
parent b1d296b3fd
commit 63f803518c
1 changed files with 1 additions and 1 deletions

View 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;