[PATCH mptcp-next] Squash to "bpf: add bpf_skc_to_mptcp_sock_proto v13"

Geliang Tang posted 1 patch 2 years, 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
scripts/bpf_doc.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH mptcp-next] Squash to "bpf: add bpf_skc_to_mptcp_sock_proto v13"
Posted by Geliang Tang 2 years, 1 month ago
Put 'struct mptcp_sock' at the end of the array.

Signed-off-by: Geliang Tang <geliang.tang@suse.com>
---
 scripts/bpf_doc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bpf_doc.py b/scripts/bpf_doc.py
index 0e5a9e69ae59..d5452f7eb996 100755
--- a/scripts/bpf_doc.py
+++ b/scripts/bpf_doc.py
@@ -623,7 +623,6 @@ class PrinterHelpers(Printer):
             'struct udp6_sock',
             'struct unix_sock',
             'struct task_struct',
-            'struct mptcp_sock',
 
             'struct __sk_buff',
             'struct sk_msg_md',
@@ -634,6 +633,7 @@ class PrinterHelpers(Printer):
             'struct socket',
             'struct file',
             'struct bpf_timer',
+            'struct mptcp_sock',
     ]
     known_types = {
             '...',
-- 
2.34.1