* [PATCH] gtp: Fix a typo error for size
@ 2025-11-03 6:05 Chu Guangqing
2025-11-03 23:43 ` Jacob Keller
2025-11-05 1:10 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Chu Guangqing @ 2025-11-03 6:05 UTC (permalink / raw)
To: pablo, laforge, andrew+netdev, davem, edumazet, kuba, pabeni
Cc: osmocom-net-gprs, netdev, linux-kernel, Chu Guangqing
Fix the spelling error of "size".
Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
---
drivers/net/gtp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c
index 5cb59d72bc82..4213c3b2d532 100644
--- a/drivers/net/gtp.c
+++ b/drivers/net/gtp.c
@@ -633,7 +633,7 @@ static void gtp1u_build_echo_msg(struct gtp1_header_long *hdr, __u8 msg_type)
hdr->tid = 0;
/* seq, npdu and next should be counted to the length of the GTP packet
- * that's why szie of gtp1_header should be subtracted,
+ * that's why size of gtp1_header should be subtracted,
* not size of gtp1_header_long.
*/
--
2.43.7
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gtp: Fix a typo error for size
2025-11-03 6:05 [PATCH] gtp: Fix a typo error for size Chu Guangqing
@ 2025-11-03 23:43 ` Jacob Keller
2025-11-05 1:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Jacob Keller @ 2025-11-03 23:43 UTC (permalink / raw)
To: Chu Guangqing, pablo, laforge, andrew+netdev, davem, edumazet,
kuba, pabeni
Cc: osmocom-net-gprs, netdev, linux-kernel
[-- Attachment #1.1: Type: text/plain, Size: 825 bytes --]
On 11/2/2025 10:05 PM, Chu Guangqing wrote:
> Fix the spelling error of "size".
>
> Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
> ---
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
> drivers/net/gtp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c
> index 5cb59d72bc82..4213c3b2d532 100644
> --- a/drivers/net/gtp.c
> +++ b/drivers/net/gtp.c
> @@ -633,7 +633,7 @@ static void gtp1u_build_echo_msg(struct gtp1_header_long *hdr, __u8 msg_type)
> hdr->tid = 0;
>
> /* seq, npdu and next should be counted to the length of the GTP packet
> - * that's why szie of gtp1_header should be subtracted,
> + * that's why size of gtp1_header should be subtracted,
> * not size of gtp1_header_long.
> */
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gtp: Fix a typo error for size
2025-11-03 6:05 [PATCH] gtp: Fix a typo error for size Chu Guangqing
2025-11-03 23:43 ` Jacob Keller
@ 2025-11-05 1:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-11-05 1:10 UTC (permalink / raw)
To: Chu Guangqing
Cc: pablo, laforge, andrew+netdev, davem, edumazet, kuba, pabeni,
osmocom-net-gprs, netdev, linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 3 Nov 2025 14:05:04 +0800 you wrote:
> Fix the spelling error of "size".
>
> Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
> ---
> drivers/net/gtp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- gtp: Fix a typo error for size
https://git.kernel.org/netdev/net-next/c/2428803d5eef
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:[~2025-11-05 1:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03 6:05 [PATCH] gtp: Fix a typo error for size Chu Guangqing
2025-11-03 23:43 ` Jacob Keller
2025-11-05 1:10 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox