]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
gtp: Fix a typo error for size
authorChu Guangqing <chuguangqing@inspur.com>
Mon, 3 Nov 2025 06:05:04 +0000 (14:05 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 5 Nov 2025 01:00:43 +0000 (17:00 -0800)
Fix the spelling error of "size".

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20251103060504.3524-1-chuguangqing@inspur.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/gtp.c

index 5cb59d72bc82083c013122070240990f186da879..4213c3b2d532b42cff3bdd08a2bc2076eb7ec847 100644 (file)
@@ -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.
         */