Revision 924f41e52fd10f6e573137eef1afea9e9ad09212 authored by Gustavo A. R. Silva on 04 June 2021, 05:06:13 UTC, committed by Alex Deucher on 08 June 2021, 18:04:46 UTC
In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning
by explicitly adding a break statement instead of letting the code fall
through to the next case.

Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent c247c02
History
File Mode Size
.gitignore -rw-r--r-- 83 bytes
Makefile -rw-r--r-- 171 bytes
bpf-direct.c -rw-r--r-- 4.9 KB
bpf-fancy.c -rw-r--r-- 2.5 KB
bpf-helper.c -rw-r--r-- 2.4 KB
bpf-helper.h -rw-r--r-- 7.4 KB
dropper.c -rw-r--r-- 1.9 KB
user-trap.c -rw-r--r-- 7.9 KB

back to top