net: tulip: Rename PCI driver struct to end in _driver
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Fri, 27 Jun 2025 10:22:20 +0000 (12:22 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 02:36:27 +0000 (19:36 -0700)
commite96ee511c906c59b7c4e6efd9d9b33917730e000
tree71bd4e1bfcc5cbff6f805e1081299869c9af0ae5
parentb9ac2ae0008d0bd2dbd72a92e01b0c0e9b4359f5
net: tulip: Rename PCI driver struct to end in _driver

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.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://patch.msgid.link/20250627102220.1937649-2-u.kleine-koenig@baylibre.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/dec/tulip/xircom_cb.c