diff options
author | Mathieu Malaterre <malat@debian.org> | 2019-01-16 20:35:29 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-01-17 16:52:23 +0100 |
commit | c8dc79806e7f6cb6b0952aae1ce626c39905ad7e (patch) | |
tree | 75852badf36cfa63603e6916d0aa6747c1caec4b /net | |
parent | bpf: Make function btf_name_offset_valid static (diff) | |
download | linux-c8dc79806e7f6cb6b0952aae1ce626c39905ad7e.tar.xz linux-c8dc79806e7f6cb6b0952aae1ce626c39905ad7e.zip |
bpf: Annotate implicit fall through in cgroup_dev_func_proto
There is a plan to build the kernel with -Wimplicit-fallthrough
and this place in the code produced a warnings (W=1).
This commit removes the following warning:
kernel/bpf/cgroup.c:719:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions