Commit 3ddf9b43 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller

genetlink: add missing kdoc for validation flags

Validation flags are missing kdoc, add it.

Fixes: ef6243ac ("genetlink: optionally validate strictly/dumps")
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c92a7982
......@@ -138,6 +138,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
......
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