* [PATCH] Fix incorrect use of loose in spider_net.c
@ 2008-12-05 3:08 Nick Andrew
2008-12-07 7:57 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Nick Andrew @ 2008-12-05 3:08 UTC (permalink / raw)
To: Ishizaki Kou, Jeff Garzik, Jeff Garzik, Jens Osterkamp,
Kou Ishizaki, Nick Andrew, Qinghuang Feng, netdev
Cc: linux-kernel, Nick Andrew
Fix incorrect use of loose in spider_net.c
It should be 'lose', not 'loose'.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
drivers/net/spider_net.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/spider_net.c b/drivers/net/spider_net.c
index 07599b4..325fbc9 100644
--- a/drivers/net/spider_net.c
+++ b/drivers/net/spider_net.c
@@ -789,7 +789,7 @@ spider_net_set_low_watermark(struct spider_net_card *card)
* spider_net_release_tx_chain releases the tx descriptors that spider has
* finished with (if non-brutal) or simply release tx descriptors (if brutal).
* If some other context is calling this function, we return 1 so that we're
- * scheduled again (if we were scheduled) and will not loose initiative.
+ * scheduled again (if we were scheduled) and will not lose initiative.
*/
static int
spider_net_release_tx_chain(struct spider_net_card *card, int brutal)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix incorrect use of loose in spider_net.c
2008-12-05 3:08 [PATCH] Fix incorrect use of loose in spider_net.c Nick Andrew
@ 2008-12-07 7:57 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-12-07 7:57 UTC (permalink / raw)
To: nick
Cc: kou.ishizaki, jgarzik, jgarzik, jens, qhfeng.kernel, netdev,
linux-kernel
From: Nick Andrew <nick@nick-andrew.net>
Date: Fri, 05 Dec 2008 14:08:03 +1100
> Fix incorrect use of loose in spider_net.c
>
> It should be 'lose', not 'loose'.
>
> Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Also applied, thanks Nick.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-07 7:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-05 3:08 [PATCH] Fix incorrect use of loose in spider_net.c Nick Andrew
2008-12-07 7:57 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome