On 9/5/26 2:51 AM, Karl Mehltretter wrote:
struct sk_key does not exist; the type is struct mctp_sk_key.
Use it.
Fixes: f4d41c59135d ("doc/mctp: Add a little detail about kernel internals")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <redacted>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
quoted hunk ↗ jump to hunk
---
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 3bff00c11702..1b4bffa1ed74 100644
--- a/Documentation/networking/mctp.rst
+++ b/Documentation/networking/mctp.rst
@@ -296,7 +296,7 @@ There are a few possible packet flows in the MCTP stack:
: route lookup
-> rt->output() (== mctp_route_input)
: sk_key lookup
- : stores skb in struct sk_key->reasm_head
+ : stores skb in struct mctp_sk_key->reasm_head
mctp_pkttype_receive()
: route lookup
--
~Randy