Commit d1533d72 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jakub Kicinski

net: NSH: fix kernel-doc notation warning

Use the struct member's name and the correct format to prevent a
kernel-doc warning.

nsh.h:200: warning: Function parameter or member 'context' not described in 'nsh_md1_ctx'

Fixes: 1f0b7744 ("net: add NSH header structures and helpers")
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Jiri Benc <jbenc@redhat.com>
Link: https://lore.kernel.org/r/20230714045127.18752-8-rdunlap@infradead.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 201a0883
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
/** /**
* struct nsh_md1_ctx - Keeps track of NSH context data * struct nsh_md1_ctx - Keeps track of NSH context data
* @nshc<1-4>: NSH Contexts. * @context: NSH Contexts.
*/ */
struct nsh_md1_ctx { struct nsh_md1_ctx {
__be32 context[4]; __be32 context[4];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment