Re: [PATCH net-next v2 0/2] net: hsr: subsystem cleanups and modernization
From: Felix Maurer <hidden>
Date: 2026-03-27 12:01:37
Also in:
lkml
From: Felix Maurer <hidden>
Date: 2026-03-27 12:01:37
Also in:
lkml
On Thu, Mar 26, 2026 at 06:45:58PM +0100, luka.gejak@linux.dev wrote:
From: Luka Gejak <redacted> 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
Thank you for updating (and limiting) the series.
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
The patches look good to me, so for the series: Reviewed-by: Felix Maurer <redacted> Thanks, Felix