OpenCloudOS-Kernel/drivers/net/can/usb/etas_es58x
Vincent Mailhol c734707820 can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg
The documentation of struct es58x_fd_tx_conf_msg explains in details
the different TDC parameters. However, those description are redundant
with the documentation of struct can_tdc.

Remove most of the description.

Also, fixes a typo in the reference to the datasheet (E701 -> E70).

Link: https://lore.kernel.org/r/20210815033248.98111-8-mailhol.vincent@wanadoo.fr
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2021-08-19 15:07:03 +02:00
..
Makefile can: etas_es58x: add support for the ETAS ES58X_FD CAN USB interfaces 2021-04-13 10:15:43 +02:00
es58x_core.c can: etas_es58x: use sizeof and sizeof_field macros instead of constant values 2021-07-25 11:36:28 +02:00
es58x_core.h can: etas_es58x: fix three typos in author name and documentation 2021-07-25 11:36:28 +02:00
es58x_fd.c can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increase readability 2021-07-25 11:36:28 +02:00
es58x_fd.h can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg 2021-08-19 15:07:03 +02:00
es581_4.c can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increase readability 2021-07-25 11:36:28 +02:00
es581_4.h