From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org,
kernel@pengutronix.de,
"Alexander Hölzl" <alexander.hoelzl@gmx.net>,
"Oleksij Rempel" <o.rempel@pengutronix.de>,
"Vincent Mailhol" <mailhol.vincent@wanadoo.fr>,
"Marc Kleine-Budde" <mkl@pengutronix.de>
Subject: [PATCH net 1/8] can: j1939: fix error in J1939 documentation.
Date: Mon, 4 Nov 2024 20:53:24 +0100 [thread overview]
Message-ID: <20241104200120.393312-2-mkl@pengutronix.de> (raw)
In-Reply-To: <20241104200120.393312-1-mkl@pengutronix.de>
From: Alexander Hölzl <alexander.hoelzl@gmx.net>
The description of PDU1 format usage mistakenly referred to PDU2 format.
Signed-off-by: Alexander Hölzl <alexander.hoelzl@gmx.net>
Acked-by: Oleksij Rempel <o.rempel@pengutronix.de>
Acked-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://patch.msgid.link/20241023145257.82709-1-alexander.hoelzl@gmx.net
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
Documentation/networking/j1939.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/networking/j1939.rst b/Documentation/networking/j1939.rst
index e4bd7aa1f5aa..544bad175aae 100644
--- a/Documentation/networking/j1939.rst
+++ b/Documentation/networking/j1939.rst
@@ -121,7 +121,7 @@ format, the Group Extension is set in the PS-field.
On the other hand, when using PDU1 format, the PS-field contains a so-called
Destination Address, which is _not_ part of the PGN. When communicating a PGN
-from user space to kernel (or vice versa) and PDU2 format is used, the PS-field
+from user space to kernel (or vice versa) and PDU1 format is used, the PS-field
of the PGN shall be set to zero. The Destination Address shall be set
elsewhere.
base-commit: 5ccdcdf186aec6b9111845fd37e1757e9b413e2f
--
2.45.2
next prev parent reply other threads:[~2024-11-04 20:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-04 19:53 [PATCH net 0/8] pull-request: can 2024-11-04 Marc Kleine-Budde
2024-11-04 19:53 ` Marc Kleine-Budde [this message]
2024-11-05 2:10 ` [PATCH net 1/8] can: j1939: fix error in J1939 documentation patchwork-bot+netdevbpf
2024-11-04 19:53 ` [PATCH net 2/8] can: {cc770,sja1000}_isa: allow building on x86_64 Marc Kleine-Budde
2024-11-04 19:53 ` [PATCH net 3/8] can: m_can: m_can_close(): don't call free_irq() for IRQ-less devices Marc Kleine-Budde
2024-11-04 19:53 ` [PATCH net 4/8] can: c_can: fix {rx,tx}_errors statistics Marc Kleine-Budde
2024-11-04 19:53 ` [PATCH net 5/8] can: rockchip_canfd: CAN_ROCKCHIP_CANFD should depend on ARCH_ROCKCHIP Marc Kleine-Budde
2024-11-04 19:53 ` [PATCH net 6/8] can: rockchip_canfd: Drop obsolete dependency on COMPILE_TEST Marc Kleine-Budde
2024-11-04 19:53 ` [PATCH net 7/8] can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when switching CAN modes Marc Kleine-Budde
2024-11-05 1:44 ` Jakub Kicinski
2024-11-05 5:29 ` Marc Kleine-Budde
2024-11-04 19:53 ` [PATCH net 8/8] can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculation Marc Kleine-Budde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241104200120.393312-2-mkl@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=alexander.hoelzl@gmx.net \
--cc=davem@davemloft.net \
--cc=kernel@pengutronix.de \
--cc=kuba@kernel.org \
--cc=linux-can@vger.kernel.org \
--cc=mailhol.vincent@wanadoo.fr \
--cc=netdev@vger.kernel.org \
--cc=o.rempel@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox