All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fallthrough related handling
@ 2024-11-14  0:36 Stephen Hemminger
  2024-11-14  0:36 ` [PATCH 1/2] net/e1000: fix incorrect fallthrough in switch Stephen Hemminger
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Stephen Hemminger @ 2024-11-14  0:36 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Fix lack of fallthrough checking and bug in e1000 driver.

Stephen Hemminger (2):
  net/e1000: fix incorrect fallthrough in switch
  common/dpaax: do not disable fallthrough warnings

 drivers/common/dpaax/caamflib/rta/operation_cmd.h | 4 ----
 drivers/net/e1000/base/e1000_82575.c              | 3 +--
 drivers/net/e1000/base/e1000_api.c                | 2 +-
 drivers/net/e1000/base/meson.build                | 1 -
 4 files changed, 2 insertions(+), 8 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-11-19 17:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-14  0:36 [PATCH 0/2] fallthrough related handling Stephen Hemminger
2024-11-14  0:36 ` [PATCH 1/2] net/e1000: fix incorrect fallthrough in switch Stephen Hemminger
2024-11-14  9:03   ` Bruce Richardson
2024-11-14  0:36 ` [PATCH 2/2] common/dpaax: do not disable fallthrough warnings Stephen Hemminger
2024-11-14  6:06   ` Hemant Agrawal
2024-11-14 17:11 ` [PATCH v2 0/2] re-enable implicit fallthrough checks Stephen Hemminger
2024-11-14 17:11   ` [PATCH v2 1/2] common/dpaax: do not disable fallthrough warnings Stephen Hemminger
2024-11-14 17:11   ` [PATCH v2 2/2] net/e1000: fix incorrect fallthrough in switch Stephen Hemminger
2024-11-19 17:00   ` [PATCH v2 0/2] re-enable implicit fallthrough checks Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.