* [PATCH] gianfar: Fix misleading indentation in startup_gfar()
@ 2011-01-18 12:36 Anton Vorontsov
2011-01-19 0:16 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Anton Vorontsov @ 2011-01-18 12:36 UTC (permalink / raw)
To: David Miller; +Cc: netdev
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>
---
drivers/net/gianfar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/gianfar.c b/drivers/net/gianfar.c
index 119aa20..5ed8f9f 100644
--- a/drivers/net/gianfar.c
+++ b/drivers/net/gianfar.c
@@ -1920,7 +1920,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;
}
}
--
1.7.0.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gianfar: Fix misleading indentation in startup_gfar()
2011-01-18 12:36 [PATCH] gianfar: Fix misleading indentation in startup_gfar() Anton Vorontsov
@ 2011-01-19 0:16 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-01-19 0:16 UTC (permalink / raw)
To: cbouatmailru; +Cc: netdev
From: Anton Vorontsov <cbouatmailru@gmail.com>
Date: Tue, 18 Jan 2011 15:36:02 +0300
> 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>
Applied, thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-19 0:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-18 12:36 [PATCH] gianfar: Fix misleading indentation in startup_gfar() Anton Vorontsov
2011-01-19 0:16 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).