Skip to content

Commit ff76015

Browse files
enomsgdavem330
authored andcommitted
gianfar: Fix misleading indentation in startup_gfar()
Just stumbled upon the issue while looking for another bug. The code looks correct, the indentation is not. Signed-off-by: Anton Vorontsov <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5ae2f66 commit ff76015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/gianfar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ int startup_gfar(struct net_device *ndev)
19191919
if (err) {
19201920
for (j = 0; j < i; j++)
19211921
free_grp_irqs(&priv->gfargrp[j]);
1922-
goto irq_fail;
1922+
goto irq_fail;
19231923
}
19241924
}
19251925

0 commit comments

Comments
 (0)