Commit 78923e8a authored by Guofeng Yue's avatar Guofeng Yue Committed by David S. Miller
Browse files

net: amd: Switch and case should be at the same indent



Cleaning some static warnings of indent.

Signed-off-by: default avatarGuofeng Yue <yueguofeng@hisilicon.com>
Signed-off-by: default avatarHaoyue Xu <xuhaoyue1@hisilicon.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7c13f442
Loading
Loading
Loading
Loading
+17 −18
Original line number Diff line number Diff line
@@ -185,7 +185,6 @@ static void amd8111e_set_ext_phy(struct net_device *dev)
	advert = amd8111e_mdio_read(dev, lp->ext_phy_addr, MII_ADVERTISE);
	tmp = advert & ~(ADVERTISE_ALL | ADVERTISE_100BASE4);
	switch (lp->ext_phy_option) {

	default:
	case SPEED_AUTONEG: /* advertise all values */
		tmp |= (ADVERTISE_10HALF | ADVERTISE_10FULL |
+3 −3

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.