Commit 63f80351 authored by Anchal Jain's avatar Anchal Jain Committed by Greg Kroah-Hartman

staging: wilc1000: Remove a whitespace before parenthesis

Remove a whitespace before parenthesis "("
Signed-off-by: default avatarAnchal Jain <anchalj109@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b1d296b3
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment