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

Configure Feed

Select the types of activity you want to include in your feed.

net/packet: Fix a typo in af_packet.c

s/sequencially/sequentially/

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Wang Hai and committed by
David S. Miller
0e4161d0 72a0f6d0

+1 -1
+1 -1
net/packet/af_packet.c
··· 2057 2057 * and skb->cb are mangled. It works because (and until) packets 2058 2058 * falling here are owned by current CPU. Output packets are cloned 2059 2059 * by dev_queue_xmit_nit(), input packets are processed by net_bh 2060 - * sequencially, so that if we return skb to original state on exit, 2060 + * sequentially, so that if we return skb to original state on exit, 2061 2061 * we will not harm anyone. 2062 2062 */ 2063 2063