aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet/af_packet.c
diff options
context:
space:
mode:
authorWang Hai <wanghai38@huawei.com>2021-03-24 14:19:31 +0800
committerDavid S. Miller <davem@davemloft.net>2021-03-24 17:52:11 -0700
commit0e4161d0eda56e3e05456fdc2c346eab0a6e4aa8 (patch)
treefce23c4e2350c9f5cc274b24fb55193925c3a42a /net/packet/af_packet.c
parentnet/tls: Fix a typo in tls_device.c (diff)
downloadlinux-dev-0e4161d0eda56e3e05456fdc2c346eab0a6e4aa8.tar.xz
linux-dev-0e4161d0eda56e3e05456fdc2c346eab0a6e4aa8.zip
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>
Diffstat (limited to 'net/packet/af_packet.c')
-rw-r--r--net/packet/af_packet.c2
1 files changed, 1 insertions, 1 deletions
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.
*/