lkml.org 
[lkml]   [2015]   [Aug]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 1/4] staging: wilc1000: Add space between the braces
    Date
    Inserted space between nested braces.  This fixes the checkpatch.pl
    error - space required after that close brace '}'.

    Signed-off-by: Chandra S Gorentla <csgorentla@gmail.com>
    ---
    drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
    index 3d12a44..3525145 100644
    --- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
    +++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
    @@ -3331,7 +3331,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;


    @@ -3462,7 +3462,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;


    --
    2.5.0


    \
     
     \ /
      Last update: 2015-08-08 14:41    [W:4.521 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site