From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: johannes@sipsolutions.net, netdev@vger.kernel.org,
Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net] genetlink: add missing kdoc for validation flags
Date: Mon, 28 Sep 2020 17:53:29 -0700 [thread overview]
Message-ID: <20200929005329.3638695-1-kuba@kernel.org> (raw)
Validation flags are missing kdoc, add it.
Fixes: ef6243acb478 ("genetlink: optionally validate strictly/dumps")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
include/net/genetlink.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/net/genetlink.h b/include/net/genetlink.h
index b9eb92f3fe86..a3484fd736d6 100644
--- a/include/net/genetlink.h
+++ b/include/net/genetlink.h
@@ -130,6 +130,7 @@ genl_dumpit_info(struct netlink_callback *cb)
* @cmd: command identifier
* @internal_flags: flags used by the family
* @flags: flags
+ * @validate: validation flags from enum genl_validate_flags
* @doit: standard command callback
* @start: start callback for dumps
* @dumpit: callback for dumpers
--
2.26.2
next reply other threads:[~2020-09-29 0:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-29 0:53 Jakub Kicinski [this message]
2020-09-29 1:53 ` [PATCH net] genetlink: add missing kdoc for validation flags David Miller
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=20200929005329.3638695-1-kuba@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=johannes@sipsolutions.net \
--cc=netdev@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).