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

small netdevices.txt fix

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

authored by

Christoph Hellwig and committed by
Jeff Garzik
bb33808d 50432cb5

+1 -1
+1 -1
Documentation/networking/netdevices.txt
··· 49 49 for this and return -1 when the spin lock fails. 50 50 The locking there should also properly protect against 51 51 set_multicast_list 52 - Context: BHs disabled 52 + Context: Process with BHs disabled or BH (timer). 53 53 Notes: netif_queue_stopped() is guaranteed false 54 54 Interrupts must be enabled when calling hard_start_xmit. 55 55 (Interrupts must also be enabled when enabling the BH handler.)