Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: 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 <nick@nick-andrew.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Nick Andrew and committed by
David S. Miller
26aca5ec 6c5cc8e0

+1 -1
+1 -1
drivers/net/spider_net.c
··· 789 789 * spider_net_release_tx_chain releases the tx descriptors that spider has 790 790 * finished with (if non-brutal) or simply release tx descriptors (if brutal). 791 791 * If some other context is calling this function, we return 1 so that we're 792 - * scheduled again (if we were scheduled) and will not loose initiative. 792 + * scheduled again (if we were scheduled) and will not lose initiative. 793 793 */ 794 794 static int 795 795 spider_net_release_tx_chain(struct spider_net_card *card, int brutal)