linux/drivers/net/can/usb
Frank Jungclaus a57915aee3 can: esd_usb: Improve code readability by means of replacing struct esd_usb_msg with a union
As suggested by Vincent Mailhol, declare struct esd_usb_msg as a union
instead of a struct. Then replace all msg->msg.something constructs,
that make use of esd_usb_msg, with simpler and prettier looking
msg->something variants.

Link: https://lore.kernel.org/all/CAMZ6RqKRzJwmMShVT9QKwiQ5LJaQupYqkPkKjhRBsP=12QYpfA@mail.gmail.com/
Suggested-by: Vincent MAILHOL <mailhol.vincent@wanadoo.fr>
Signed-off-by: Frank Jungclaus <frank.jungclaus@esd.eu>
Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://lore.kernel.org/all/20230222163754.3711766-1-frank.jungclaus@esd.eu
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2023-03-24 19:12:38 +01:00
..
etas_es58x can: etas_es58x: remove es58x_get_product_info() 2022-12-12 11:39:13 +01:00
kvaser_usb can: kvaser_usb: hydra: help gcc-13 to figure out cmd_len 2022-12-19 16:08:27 +01:00
peak_usb can: peak_usb: Reorder include directives alphabetically 2023-02-02 17:39:29 +01:00
ems_usb.c can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
esd_usb.c can: esd_usb: Improve code readability by means of replacing struct esd_usb_msg with a union 2023-03-24 19:12:38 +01:00
gs_usb.c can: gs_usb: remove gs_can::iface 2022-12-12 11:41:25 +01:00
Kconfig can: etas_es58x: add devlink support 2022-12-12 11:39:12 +01:00
Makefile can/esd_usb2: Rename esd_usb2.c to esd_usb.c 2022-06-25 13:05:26 +02:00
mcba_usb.c can: mcba_usb: Fix termination command argument 2022-11-24 16:26:48 +01:00
ucan.c can: ucan: remove unused ucan_priv::intf 2022-12-12 11:41:25 +01:00
usb_8dev.c can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00