[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ee0cfada-84d9-1502-1f49-489dfa3c8221@infradead.org>
Date: Wed, 24 Mar 2021 10:00:00 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Wang Hai <wanghai38@...wei.com>, davem@...emloft.net,
kuba@...nel.org, willemb@...gle.com, xie.he.0141@...il.com,
john.ogness@...utronix.de, yonatanlinik@...il.com,
gustavoars@...nel.org, tannerlove@...gle.com,
eyal.birger@...il.com, orcohen@...oaltonetworks.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] net/packet: Fix a typo in af_packet.c
On 3/23/21 11:19 PM, Wang Hai wrote:
> s/sequencially/sequentially/
>
> Reported-by: Hulk Robot <hulkci@...wei.com>
> Signed-off-by: Wang Hai <wanghai38@...wei.com>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
> ---
> net/packet/af_packet.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c
> index 6bbc7a448593..fe29fc1b8b9d 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.
> */
>
>
--
~Randy
Powered by blists - more mailing lists