]> git.baikalelectronics.ru Git - kernel.git/commit
can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session skb contr...
authorMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 21 May 2021 08:04:29 +0000 (10:04 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Sun, 25 Jul 2021 09:36:25 +0000 (11:36 +0200)
commit67189b1e77ee186149d6eaa8d442512b3926f6e3
tree3ddafa3132e40c861b8dac570d02c05a348c011c
parentc27b207c15b76cf740cec65df048a780f49d2b08
can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session skb control buffer

This patch changes the name of the "skcb" variable in
j1939_session_tx_dat() to "se_skcb" as it's the session skb's control
buffer. The same name is used in other functions for the session skb's
control buffer.

Cc: Robin van der Gracht <robin@protonic.nl>
Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Link: https://lore.kernel.org/r/20210616102811.2449426-5-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
net/can/j1939/transport.c