[PATCH net-next v2 0/2] net: hsr: subsystem cleanups and modernization
From: luka . gejak
Date: Thu Mar 26 2026 - 13:51:34 EST
From: Luka Gejak <luka.gejak@xxxxxxxxx>
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