| Submitter | Nick Andrew |
|---|---|
| Date | Dec. 5, 2008, 3:08 a.m. |
| Message ID | <20081205030803.32099.345.stgit@marcab.local.tull.net> |
| Download | mbox | patch |
| Permalink | /patch/12362/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
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. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
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)
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(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html