diff options
| author | Chu Guangqing <chuguangqing@inspur.com> | 2025-11-03 14:05:04 +0800 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-11-04 17:00:43 -0800 |
| commit | 2428803d5eef1fd8451a6c4ba41d17cd199f3715 (patch) | |
| tree | 45ff181e455364a285a737dccc9138376e283c4f | |
| parent | f4b2786fb14bef2b16c66be076e41863da1e511b (diff) | |
| download | linux-next-2428803d5eef1fd8451a6c4ba41d17cd199f3715.tar.gz linux-next-2428803d5eef1fd8451a6c4ba41d17cd199f3715.zip | |
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>
| -rw-r--r-- | drivers/net/gtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |
