aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Vorontsov <cbouatmailru@gmail.com>2011-01-18 02:36:02 +0000
committerDavid S. Miller <davem@davemloft.net>2011-01-18 16:13:51 -0800
commitff76015f3bdfbc482c723cb4f2559cef84d178ca (patch)
treeace57889f883a6bc56a1de8d95cedccd040158c3
parent5ae2f66fe4626340d4fd9d26b522ce377c780a56 (diff)
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 <cbouatmailru@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/gianfar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/gianfar.c b/drivers/net/gianfar.c
index f1d4b450e797..5f4ea0f46596 100644
--- a/drivers/net/gianfar.c
+++ b/drivers/net/gianfar.c
@@ -1919,7 +1919,7 @@ int startup_gfar(struct net_device *ndev)
if (err) {
for (j = 0; j < i; j++)
free_grp_irqs(&priv->gfargrp[j]);
- goto irq_fail;
+ goto irq_fail;
}
}