Commit 2428803d authored by Chu Guangqing's avatar Chu Guangqing Committed by Jakub Kicinski
Browse files

gtp: Fix a typo error for size

parent f4b2786f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
	 */