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

Commit 3de205cd authored by Ido Schimmel's avatar Ido Schimmel Committed by David S. Miller
Browse files

netlink: Document all fields of 'struct nl_info'



Some fields were not documented. Add documentation.

Signed-off-by: default avatarIdo Schimmel <idosch@mellanox.com>
Acked-by: default avatarJiri Pirko <jiri@mellanox.com>
Reviewed-by: default avatarDavid Ahern <dsahern@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 714a485a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -378,7 +378,9 @@ struct nla_policy {
/**
 * struct nl_info - netlink source information
 * @nlh: Netlink message header of original request
 * @nl_net: Network namespace
 * @portid: Netlink PORTID of requesting application
 * @skip_notify: Skip netlink notifications to user space
 */
struct nl_info {
	struct nlmsghdr		*nlh;