2008-12-05 10:23:31

by Nick Andrew

[permalink] [raw]
Subject: [PATCH] Fix incorrect use of loose in spider_net.c

Fix incorrect use of loose in spider_net.c

It should be 'lose', not 'loose'.

Signed-off-by: Nick Andrew <[email protected]>
---

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)


2008-12-07 07:57:38

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] Fix incorrect use of loose in spider_net.c

From: Nick Andrew <[email protected]>
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 <[email protected]>

Also applied, thanks Nick.