Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76c01fdd authored by HariPrasath Elango's avatar HariPrasath Elango Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: Fix code block alignment



Fix the code alignment for a block of code to adhere to coding
guidelines

Signed-off-by: default avatarHariPrasath Elango <hariprasath.elango@gmail.com>
Reviewed-by: default avatarAjay Singh <ajay.kathat@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e1d9fc04
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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);

	memcpy(ndev->dev_addr, wl->vif[i]->src_addr, ETH_ALEN);

	if (!is_valid_ether_addr(ndev->dev_addr)) {