Skip to content

Commit 3ddf9b4

Browse files
kuba-moodavem330
authored andcommitted
genetlink: add missing kdoc for validation flags
Validation flags are missing kdoc, add it. Fixes: ef6243a ("genetlink: optionally validate strictly/dumps") Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent c92a798 commit 3ddf9b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/net/genetlink.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ genl_dumpit_info(struct netlink_callback *cb)
138138
* @cmd: command identifier
139139
* @internal_flags: flags used by the family
140140
* @flags: flags
141+
* @validate: validation flags from enum genl_validate_flags
141142
* @doit: standard command callback
142143
* @start: start callback for dumps
143144
* @dumpit: callback for dumpers

0 commit comments

Comments
 (0)