diff mbox series

net: core: fix spelling typo in flow_dissector.c

Message ID 1604650310-30432-1-git-send-email-wangqing@vivo.com (mailing list archive)
State Accepted
Commit 75a5fb0cdbb7f2529743dfbae3ea6d1971d0734f
Delegated to: Netdev Maintainers
Headers show
Series net: core: fix spelling typo in flow_dissector.c | expand

Commit Message

王擎 Nov. 6, 2020, 8:11 a.m. UTC
withing should be within.

Signed-off-by: Wang Qing <wangqing@vivo.com>
---
 net/core/flow_dissector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 8, 2020, midnight UTC | #1
Hello:

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

On Fri,  6 Nov 2020 16:11:49 +0800 you wrote:
> withing should be within.
> 
> Signed-off-by: Wang Qing <wangqing@vivo.com>
> ---
>  net/core/flow_dissector.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - net: core: fix spelling typo in flow_dissector.c
    https://git.kernel.org/netdev/net-next/c/75a5fb0cdbb7

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

Patch

diff --git a/net/core/flow_dissector.c b/net/core/flow_dissector.c
index e21950a..6f1adba
--- a/net/core/flow_dissector.c
+++ b/net/core/flow_dissector.c
@@ -48,7 +48,7 @@  void skb_flow_dissector_init(struct flow_dissector *flow_dissector,
 	memset(flow_dissector, 0, sizeof(*flow_dissector));
 
 	for (i = 0; i < key_count; i++, key++) {
-		/* User should make sure that every key target offset is withing
+		/* User should make sure that every key target offset is within
 		 * boundaries of unsigned short.
 		 */
 		BUG_ON(key->offset > USHRT_MAX);