* [PATCH net-next] docs: mctp: Fix the struct net_device name
@ 2026-09-05 9:51 Karl Mehltretter
2026-09-06 4:22 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Karl Mehltretter @ 2026-09-05 9:51 UTC (permalink / raw)
To: Jeremy Kerr, Matt Johnston
Cc: Karl Mehltretter, netdev, Jonathan Corbet, linux-doc, Shuah Khan,
Randy Dunlap
struct netdevice does not exist; the type is struct net_device.
Use it.
Fixes: 6a2d98b18900 ("mctp: Add MCTP overview document")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
Documentation/networking/mctp.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/networking/mctp.rst b/Documentation/networking/mctp.rst
index c628cb5406d2..3bff00c11702 100644
--- a/Documentation/networking/mctp.rst
+++ b/Documentation/networking/mctp.rst
@@ -19,7 +19,7 @@ networks.
An interface (or "link") is an instance of an MCTP physical transport binding
(as defined by DSP0236, section 3.2.47), likely connected to a specific hardware
-device. This is represented as a ``struct netdevice``.
+device. This is represented as a ``struct net_device``.
A network defines a unique address space for MCTP endpoints by endpoint-ID
(described by DSP0236, section 3.2.31). A network has a user-visible identifier
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] docs: mctp: Fix the struct net_device name
2026-09-05 9:51 [PATCH net-next] docs: mctp: Fix the struct net_device name Karl Mehltretter
@ 2026-09-06 4:22 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2026-09-06 4:22 UTC (permalink / raw)
To: Karl Mehltretter, Jeremy Kerr, Matt Johnston
Cc: netdev, Jonathan Corbet, linux-doc, Shuah Khan
On 9/5/26 2:51 AM, Karl Mehltretter wrote:
> struct netdevice does not exist; the type is struct net_device.
>
> Use it.
>
> Fixes: 6a2d98b18900 ("mctp: Add MCTP overview document")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> Documentation/networking/mctp.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/networking/mctp.rst b/Documentation/networking/mctp.rst
> index c628cb5406d2..3bff00c11702 100644
> --- a/Documentation/networking/mctp.rst
> +++ b/Documentation/networking/mctp.rst
> @@ -19,7 +19,7 @@ networks.
>
> An interface (or "link") is an instance of an MCTP physical transport binding
> (as defined by DSP0236, section 3.2.47), likely connected to a specific hardware
> -device. This is represented as a ``struct netdevice``.
> +device. This is represented as a ``struct net_device``.
>
> A network defines a unique address space for MCTP endpoints by endpoint-ID
> (described by DSP0236, section 3.2.31). A network has a user-visible identifier
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-06 4:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-05 9:51 [PATCH net-next] docs: mctp: Fix the struct net_device name Karl Mehltretter
2026-09-06 4:22 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox