From: Wang Hai Date: Wed, 24 Mar 2021 06:19:31 +0000 (+0800) Subject: net/packet: Fix a typo in af_packet.c X-Git-Tag: xarray-5.18~1995^2~403 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0e4161d0eda56e3e05456fdc2c346eab0a6e4aa8;p=users%2Fwilly%2Fxarray.git net/packet: Fix a typo in af_packet.c s/sequencially/sequentially/ Reported-by: Hulk Robot Signed-off-by: Wang Hai Acked-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index e24b2841c643..118d585337d7 100644 --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c @@ -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. */