staging: wilc1000: Fix code block alignment
authorHariPrasath Elango <hariprasath.elango@gmail.com>
Wed, 14 Mar 2018 12:44:59 +0000 (18:14 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Mar 2018 18:45:31 +0000 (19:45 +0100)
Fix the code alignment for a block of code to adhere to coding
guidelines

Signed-off-by: HariPrasath Elango <hariprasath.elango@gmail.com>
Reviewed-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c

index fe19bf3..1af3c14 100644 (file)
@@ -861,10 +861,10 @@ static int wilc_mac_open(struct net_device *ndev)
                        break;
                }
        }
-                       wilc_get_mac_address(vif, mac_add);
-                       netdev_dbg(ndev, "Mac address: %pM\n", mac_add);
-                       memcpy(wl->vif[i]->src_addr, mac_add, ETH_ALEN);
 
+       wilc_get_mac_address(vif, mac_add);
+       netdev_dbg(ndev, "Mac address: %pM\n", mac_add);
+       memcpy(wl->vif[i]->src_addr, mac_add, ETH_ALEN);
        memcpy(ndev->dev_addr, wl->vif[i]->src_addr, ETH_ALEN);
 
        if (!is_valid_ether_addr(ndev->dev_addr)) {