diff mbox series

[mptcp-next] Squash to "bpf: Add bpf_mptcp_send_info_to_ssk"

Message ID 4846d6ea9b3112075b93e964d3b2970fc245d55a.1734075511.git.tanggeliang@kylinos.cn (mailing list archive)
State Needs ACK
Headers show
Series [mptcp-next] Squash to "bpf: Add bpf_mptcp_send_info_to_ssk" | expand

Commit Message

Geliang Tang Dec. 13, 2024, 7:39 a.m. UTC
From: Geliang Tang <tanggeliang@kylinos.cn>

Fix alignments.

Based-on: <cover.1733800334.git.tanggeliang@kylinos.cn>

Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn>
---
 include/uapi/linux/bpf.h       | 2 +-
 tools/include/uapi/linux/bpf.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h
index 0d7a5846bd77..18106ecc9cee 100644
--- a/include/uapi/linux/bpf.h
+++ b/include/uapi/linux/bpf.h
@@ -6015,7 +6015,7 @@  union bpf_attr {
 	FN(user_ringbuf_drain, 209, ##ctx)		\
 	FN(cgrp_storage_get, 210, ##ctx)		\
 	FN(cgrp_storage_delete, 211, ##ctx)		\
-	FN(mptcp_send_info_to_ssk, 212, ##ctx)			\
+	FN(mptcp_send_info_to_ssk, 212, ##ctx)		\
 	/* */
 
 /* backwards-compatibility macros for users of __BPF_FUNC_MAPPER that don't
diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h
index 0d7a5846bd77..18106ecc9cee 100644
--- a/tools/include/uapi/linux/bpf.h
+++ b/tools/include/uapi/linux/bpf.h
@@ -6015,7 +6015,7 @@  union bpf_attr {
 	FN(user_ringbuf_drain, 209, ##ctx)		\
 	FN(cgrp_storage_get, 210, ##ctx)		\
 	FN(cgrp_storage_delete, 211, ##ctx)		\
-	FN(mptcp_send_info_to_ssk, 212, ##ctx)			\
+	FN(mptcp_send_info_to_ssk, 212, ##ctx)		\
 	/* */
 
 /* backwards-compatibility macros for users of __BPF_FUNC_MAPPER that don't