From: Chu Guangqing Date: Mon, 3 Nov 2025 06:05:04 +0000 (+0800) Subject: gtp: Fix a typo error for size X-Git-Tag: v6.19-rc1~170^2~244 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2428803d5eef1fd8451a6c4ba41d17cd199f3715;p=thirdparty%2Fkernel%2Flinux.git gtp: Fix a typo error for size Fix the spelling error of "size". Signed-off-by: Chu Guangqing Reviewed-by: Jacob Keller Link: https://patch.msgid.link/20251103060504.3524-1-chuguangqing@inspur.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c index 5cb59d72bc820..4213c3b2d532b 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. */