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:
parent
b1d296b3fd
commit
63f803518c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue