Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26aca5ec authored by Nick Andrew's avatar Nick Andrew Committed by David S. Miller
Browse files

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: default avatarNick Andrew <nick@nick-andrew.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6c5cc8e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)