]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit78b77c760f71ef408a2276f5a3b531c400089304
tree3ddafa3132e40c861b8dac570d02c05a348c011c
parent7ac56e40d054ba417f01b31aaeedcbce3f9de9da
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