[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9aba9f22-d417-4b7e-9f2a-f25434bc83c3@intel.com>
Date: Mon, 3 Nov 2025 15:43:59 -0800
From: Jacob Keller <jacob.e.keller@...el.com>
To: Chu Guangqing <chuguangqing@...pur.com>, <pablo@...filter.org>,
<laforge@...monks.org>, <andrew+netdev@...n.ch>, <davem@...emloft.net>,
<edumazet@...gle.com>, <kuba@...nel.org>, <pabeni@...hat.com>
CC: <osmocom-net-gprs@...ts.osmocom.org>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] gtp: Fix a typo error for size
On 11/2/2025 10:05 PM, Chu Guangqing wrote:
> Fix the spelling error of "size".
>
> Signed-off-by: Chu Guangqing <chuguangqing@...pur.com>
> ---
Reviewed-by: Jacob Keller <jacob.e.keller@...el.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.
> */
>
Download attachment "OpenPGP_signature.asc" of type "application/pgp-signature" (237 bytes)
Powered by blists - more mailing lists