Skip to content

Commit 7c10ee3

Browse files
Nithin Sujirdavem330
authored andcommitted
tg3: Fix misplaced empty line
Signed-off-by: Nithin Nayak Sujir <[email protected]> Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 4a5f46f commit 7c10ee3

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/broadcom

1 file changed

+1
-1
lines changed

drivers/net/ethernet/broadcom/tg3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,8 +1311,8 @@ static int tg3_phy_toggle_auxctl_smdsp(struct tg3 *tp, bool enable)
13111311

13121312
if (err)
13131313
return err;
1314-
if (enable)
13151314

1315+
if (enable)
13161316
val |= MII_TG3_AUXCTL_ACTL_SMDSP_ENA;
13171317
else
13181318
val &= ~MII_TG3_AUXCTL_ACTL_SMDSP_ENA;

0 commit comments

Comments
 (0)