Skip to content

Commit

Permalink
genetlink: add missing kdoc for validation flags
Browse files Browse the repository at this point in the history
Validation flags are missing kdoc, add it.

Fixes: ef6243a ("genetlink: optionally validate strictly/dumps")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
kuba-moo authored and davem330 committed Sep 29, 2020
1 parent c92a798 commit 3ddf9b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/net/genetlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ddf9b4

Please sign in to comment.