]> git.itanic.dy.fi Git - linux-stable/commit
can: at91_can: rename struct at91_priv::{tx_next,tx_echo} to {tx_head,tx_tail}
authorMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 21 Apr 2023 16:15:15 +0000 (18:15 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 5 Oct 2023 19:46:08 +0000 (21:46 +0200)
commit2f1a01a82fca5fa734dbe653cce54463f61f0299
treef1709a3fde9962b87221dbe124d765ffb2f68363
parent2b08e5217a1d151bd8901ad2b7de220227e04b0d
can: at91_can: rename struct at91_priv::{tx_next,tx_echo} to {tx_head,tx_tail}

To increase code readability, use the same naming of the counters for
the TX FIFO as in the other drivers implementing the same algorithm.

Link: https://lore.kernel.org/all/20231005-at91_can-rx_offload-v2-12-9987d53600e0@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/at91_can.c