Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f555f3d7 authored by Johannes Berg's avatar Johannes Berg Committed by David S. Miller
Browse files

genetlink: document parallel_ops



The kernel-doc for the parallel_ops family struct member is
missing, add it.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ac64da0b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@ struct genl_info;
 * @maxattr: maximum number of attributes supported
 * @netnsok: set to true if the family can handle network
 *	namespaces and should be presented in all of them
 * @parallel_ops: operations can be called in parallel and aren't
 *	synchronized by the core genetlink code
 * @pre_doit: called before an operation's doit callback, it may
 *	do additional, common, filtering and return an error
 * @post_doit: called after an operation's doit callback, it may