diff options
author | Xin Long <lucien.xin@gmail.com> | 2023-04-19 18:16:33 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-04-21 10:19:30 +0300 |
commit | dbda0fba7a14f14835c34d59fd329cb90a887862 (patch) | |
tree | cdbc45676febaf1c04d4e10a8c51dc23dded8f90 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 2ab399a931dddacdf7202cd4b49a5187154623d1 (diff) | |
download | linux-dbda0fba7a14f14835c34d59fd329cb90a887862.tar.xz |
sctp: delete the nested flexible array payload
This patch deletes the flexible-array payload[] from the structure
sctp_datahdr to avoid some sparse warnings:
# make C=2 CF="-Wflexible-array-nested" M=./net/sctp/
net/sctp/socket.c: note: in included file (through include/net/sctp/structs.h, include/net/sctp/sctp.h):
./include/linux/sctp.h:230:29: warning: nested flexible array
This member is not even used anywhere.
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions