diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2019-05-01 15:55:41 -0500 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2019-06-14 13:03:45 -0700 |
commit | 514af5f0995219da7f18d73ecece6e7d1fec8c4e (patch) | |
tree | 5380baf6800c4c490223f1d8e0020122b80f1b4f /samples/trace_events | |
parent | c1e212bfc32ea8368ef3fa5232203029be507908 (diff) | |
download | linux-514af5f0995219da7f18d73ecece6e7d1fec8c4e.tar.bz2 |
i40e: mark expected switch fall-through
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.
This patch fixes the following warning:
drivers/net/ethernet/intel/i40e/i40e_xsk.c: In function ‘i40e_run_xdp_zc’:
drivers/net/ethernet/intel/i40e/i40e_xsk.c:217:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
bpf_warn_invalid_xdp_action(act);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/net/ethernet/intel/i40e/i40e_xsk.c:218:2: note: here
case XDP_ABORTED:
^~~~
Signed-off-by: "Gustavo A. R. Silva" <gustavo@embeddedor.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'samples/trace_events')
0 files changed, 0 insertions, 0 deletions