Commit a2b4041a authored by Chandra S Gorentla's avatar Chandra S Gorentla Committed by Greg Kroah-Hartman

staging: wilc1000: Add space between the braces

Inserted space between nested braces.  This fixes the checkpatch.pl
error - space required after that close brace '}'.
Signed-off-by: default avatarChandra S Gorentla <csgorentla@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b17c858d
......@@ -3332,7 +3332,7 @@ static int WILC_WFI_add_station(struct wiphy *wiphy, struct net_device *dev,
{
s32 s32Error = WILC_SUCCESS;
struct WILC_WFI_priv *priv;
tstrWILC_AddStaParam strStaParams = {{0}};
tstrWILC_AddStaParam strStaParams = { {0} };
perInterface_wlan_t *nic;
......@@ -3463,7 +3463,7 @@ static int WILC_WFI_change_station(struct wiphy *wiphy, struct net_device *dev,
{
s32 s32Error = WILC_SUCCESS;
struct WILC_WFI_priv *priv;
tstrWILC_AddStaParam strStaParams = {{0}};
tstrWILC_AddStaParam strStaParams = { {0} };
perInterface_wlan_t *nic;
......
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