]> 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)
commit0350cd29743a4e78ce33ee2f4bbbdc2595d1a014
tree3ddafa3132e40c861b8dac570d02c05a348c011c
parent74e21405e966f0617502fb74b96e2409cc20337c
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