public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] net: hsr: subsystem cleanups and modernization
@ 2026-03-26 17:45 luka.gejak
  2026-03-26 17:45 ` [PATCH net-next v2 1/2] net: hsr: constify hsr_ops and prp_ops protocol operation structures luka.gejak
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: luka.gejak @ 2026-03-26 17:45 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, netdev
  Cc: horms, fmaurer, liuhangbin, linux-kernel, luka.gejak

From: Luka Gejak <luka.gejak@linux.dev>

Changes in v2:
 - dropped trivial cleanup-only patches per netdev clean-up policy
 - added AI attribution for cover-letter/commit-message wording only
 - dropped fallthrough/BIT conversion patches per review

This series contains two focused HSR cleanups with practical benefit.
It constifies protocol operation tables and replaces a hardcoded 
function name with __func__ to keep diagnostics correct across 
refactoring.
Assisted-by: Copilot:gpt-5.3-codex (cover-letter/commit-message wording 
only)

Luka Gejak (2):
  net: hsr: constify hsr_ops and prp_ops protocol operation structures
  net: hsr: use __func__ instead of hardcoded function name

 net/hsr/hsr_device.c  | 4 ++--
 net/hsr/hsr_forward.c | 2 +-
 net/hsr/hsr_main.h    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-03-27 12:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-26 17:45 [PATCH net-next v2 0/2] net: hsr: subsystem cleanups and modernization luka.gejak
2026-03-26 17:45 ` [PATCH net-next v2 1/2] net: hsr: constify hsr_ops and prp_ops protocol operation structures luka.gejak
2026-03-26 17:46 ` [PATCH net-next v2 2/2] net: hsr: use __func__ instead of hardcoded function name luka.gejak
2026-03-27 12:01 ` [PATCH net-next v2 0/2] net: hsr: subsystem cleanups and modernization Felix Maurer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox