All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net/packet: Fix a typo in af_packet.c
@ 2021-03-24  6:19 Wang Hai
  2021-03-24 17:00 ` Randy Dunlap
  2021-03-25  1:00 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Hai @ 2021-03-24  6:19 UTC (permalink / raw)
  To: davem, kuba, willemb, xie.he.0141, john.ogness, yonatanlinik,
	gustavoars, tannerlove, eyal.birger, orcohen
  Cc: netdev, linux-kernel

s/sequencially/sequentially/

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
---
 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.
  */
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net/packet: Fix a typo in af_packet.c
  2021-03-24  6:19 [PATCH net-next] net/packet: Fix a typo in af_packet.c Wang Hai
@ 2021-03-24 17:00 ` Randy Dunlap
  2021-03-25  1:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-24 17:00 UTC (permalink / raw)
  To: Wang Hai, davem, kuba, willemb, xie.he.0141, john.ogness,
	yonatanlinik, gustavoars, tannerlove, eyal.birger, orcohen
  Cc: netdev, linux-kernel

On 3/23/21 11:19 PM, Wang Hai wrote:
> 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>

> ---
>  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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net/packet: Fix a typo in af_packet.c
  2021-03-24  6:19 [PATCH net-next] net/packet: Fix a typo in af_packet.c Wang Hai
  2021-03-24 17:00 ` Randy Dunlap
@ 2021-03-25  1:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-25  1:00 UTC (permalink / raw)
  To: Wang Hai
  Cc: davem, kuba, willemb, xie.he.0141, john.ogness, yonatanlinik,
	gustavoars, tannerlove, eyal.birger, orcohen, netdev,
	linux-kernel

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Wed, 24 Mar 2021 14:19:31 +0800 you wrote:
> s/sequencially/sequentially/
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Wang Hai <wanghai38@huawei.com>
> ---
>  net/packet/af_packet.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net-next] net/packet: Fix a typo in af_packet.c
    https://git.kernel.org/netdev/net-next/c/0e4161d0eda5

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-25  1:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24  6:19 [PATCH net-next] net/packet: Fix a typo in af_packet.c Wang Hai
2021-03-24 17:00 ` Randy Dunlap
2021-03-25  1:00 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.