This is a simple and straight forward cleanup series that makes all device types in the net subsystem constants. This has been possible since 2011 [1] but not all occurrences were cleaned. I have been sweeping the tree to fix them all. I was not sure if I should send these squashed, but there are quite a few changes so I decided to send them separately. Please let me know if that is not desirable. --- [1] https://lore.kernel.org/all/1305850262-9575-5-git-send-email-gregkh@xxxxxxx/ Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Ricardo B. Marliere <ricardo@xxxxxxxxxxxx> --- Ricardo B. Marliere (12): net: usbnet: constify the struct device_type usage net: dsa: constify the struct device_type usage net: bridge: constify the struct device_type usage net: vxlan: constify the struct device_type usage net: ppp: constify the struct device_type usage net: geneve: constify the struct device_type usage net: hsr: constify the struct device_type usage net: l2tp: constify the struct device_type usage net: vlan: constify the struct device_type usage net: netdevsim: constify the struct device_type usage net: wwan: core: constify the struct device_type usage net: hso: constify the struct device_type usage drivers/net/geneve.c | 2 +- drivers/net/netdevsim/bus.c | 2 +- drivers/net/ppp/ppp_generic.c | 2 +- drivers/net/usb/hso.c | 2 +- drivers/net/usb/usbnet.c | 4 ++-- drivers/net/vxlan/vxlan_core.c | 2 +- drivers/net/wwan/wwan_core.c | 2 +- net/8021q/vlan_dev.c | 2 +- net/bridge/br_device.c | 2 +- net/dsa/user.c | 2 +- net/hsr/hsr_device.c | 2 +- net/l2tp/l2tp_eth.c | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) --- base-commit: a6e0cb150c514efba4aaba4069927de43d80bb59 change-id: 20240217-device_cleanup-net-878960951968 Best regards, -- Ricardo B. Marliere <ricardo@xxxxxxxxxxxx>