projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cdd0a8
)
can: j1939: j1939_session_tx_dat(): fix typo
author
Marc Kleine-Budde
<mkl@pengutronix.de>
Mon, 26 Jul 2021 09:28:36 +0000
(11:28 +0200)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Tue, 3 Aug 2021 07:37:36 +0000
(09:37 +0200)
This patch fixes a typo in the j1939_session_tx_dat() function.
Link:
https://lore.kernel.org/r/20210729113917.1655492-1-mkl@pengutronix.de
Fixes: 9d71dd0c7009 ("can: add support of SAE J1939 protocol")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
net/can/j1939/transport.c
patch
|
blob
|
history
diff --git
a/net/can/j1939/transport.c
b/net/can/j1939/transport.c
index dac70cdd3f41ee5524d089ffeeddee0ed412f459..a7f91db24f0e7d9a0ad4cba84c22650fefeeb04e 100644
(file)
--- a/
net/can/j1939/transport.c
+++ b/
net/can/j1939/transport.c
@@
-822,7
+822,7
@@
static int j1939_session_tx_dat(struct j1939_session *session)
memcpy(&dat[1], &tpdat[offset], len);
ret = j1939_tp_tx_dat(session, dat, len + 1);
if (ret < 0) {
- /* ENOBUS == CAN interface TX queue is full */
+ /* ENOBU
F
S == CAN interface TX queue is full */
if (ret != -ENOBUFS)
netdev_alert(priv->ndev,
"%s: 0x%p: queue data error: %i\n",