OSDN Git Service

net/packet: Fix a typo in af_packet.c
authorWang Hai <wanghai38@huawei.com>
Wed, 24 Mar 2021 06:19:31 +0000 (14:19 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Mar 2021 00:52:11 +0000 (17:52 -0700)
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>
net/packet/af_packet.c

index e24b284..118d585 100644 (file)
@@ -2057,7 +2057,7 @@ static int packet_rcv_vnet(struct msghdr *msg, const struct sk_buff *skb,
  * and skb->cb are mangled. It works because (and until) packets
  * falling here are owned by current CPU. Output packets are cloned
  * by dev_queue_xmit_nit(), input packets are processed by net_bh
- * sequencially, so that if we return skb to original state on exit,
+ * sequentially, so that if we return skb to original state on exit,
  * we will not harm anyone.
  */