linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/2] xsk: remove reduntant 'falltrough' attributes
@ 2022-04-21 13:21 Maciej Fijalkowski
  2022-04-21 13:21 ` [PATCH bpf-next 1/2] ixgbe: xsk: get rid of redundant 'fallthrough' Maciej Fijalkowski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Maciej Fijalkowski @ 2022-04-21 13:21 UTC (permalink / raw)
  To: bpf, ast, daniel, sfr, andrii
  Cc: netdev, magnus.karlsson, linux-next, Maciej Fijalkowski

This is a follow-up to recently applied set [0] to fix the build
warnings:

error: attribute 'fallthrough' not preceding a case label or default
label [-Werror]

that Stephen has stumbled upon when merging bpf-next to linux-next.
Apologies for these leftovers.

Thanks,
Maciej

[0]: https://lore.kernel.org/bpf/20220413153015.453864-1-maciej.fijalkowski@intel.com/

Maciej Fijalkowski (2):
  ixgbe: xsk: get rid of redundant 'fallthrough'
  i40e: xsk: get rid of redundant 'fallthrough'

 drivers/net/ethernet/intel/i40e/i40e_xsk.c   | 1 -
 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c | 1 -
 2 files changed, 2 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-21 22:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 13:21 [PATCH bpf-next 0/2] xsk: remove reduntant 'falltrough' attributes Maciej Fijalkowski
2022-04-21 13:21 ` [PATCH bpf-next 1/2] ixgbe: xsk: get rid of redundant 'fallthrough' Maciej Fijalkowski
2022-04-21 22:23   ` Stephen Rothwell
2022-04-21 13:21 ` [PATCH bpf-next 2/2] i40e: " Maciej Fijalkowski
2022-04-21 14:40 ` [PATCH bpf-next 0/2] xsk: remove reduntant 'falltrough' attributes patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).