On Saturday 30 April 2016 00:59:20 Andrew Lunn wrote:
/**
- batadv_hardif_neigh_dump - Dump to netlink the neighbor infos for a
specific + * outgoing interface
- @msg: message to dump into
- @cb: parameters for the dump
- Return: 0 or error value
- */
+int batadv_hardif_neigh_dump(struct sk_buff *msg, struct netlink_callback *cb) +{
Ok, having the kerneldoc here is also nice but I actually meant the kerneldoc of the struct members. kernel-doc is still warning about the missing member documentation in your new version.
Kind regards, Sven