Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

gtp: Fix a typo error for size

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>

authored by

Chu Guangqing and committed by
Jakub Kicinski
2428803d f4b2786f

+1 -1
+1 -1
drivers/net/gtp.c
··· 633 633 hdr->tid = 0; 634 634 635 635 /* seq, npdu and next should be counted to the length of the GTP packet 636 - * that's why szie of gtp1_header should be subtracted, 636 + * that's why size of gtp1_header should be subtracted, 637 637 * not size of gtp1_header_long. 638 638 */ 639 639