Re: [PATCH] net: tulip: Rename PCI driver struct to end in _driver
From: Simon Horman <horms@kernel.org>
Date: 2025-06-27 19:48:30
From: Simon Horman <horms@kernel.org>
Date: 2025-06-27 19:48:30
On Fri, Jun 27, 2025 at 12:22:20PM +0200, Uwe Kleine-König wrote:
This is not only a cosmetic change because the section mismatch checks
also depend on the name and for drivers the checks are stricter than for
ops.
However xircom_driver also passes the stricter checks just fine, so no
further changes needed.
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Uwe Kleine-König <redacted>As per my comment on a similar patch for a different driver: From a Networking subsystem point of view this feels more like an enhancement than a bug fix. Can we drop the Fixes tag? ...