net: Fix (nearly-)kernel-doc comments for various functions
Fix incorrect start markers, wrapped summary lines, missing section breaks, incorrect separators, and some name mismatches. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a55b138b1d
commit
2c53040f01
@@ -1054,12 +1054,15 @@ enddiscovery:
|
||||
kfree(preq_node);
|
||||
}
|
||||
|
||||
/* mesh_nexthop_resolve - lookup next hop for given skb and start path
|
||||
* discovery if no forwarding information is found.
|
||||
/**
|
||||
* mesh_nexthop_resolve - lookup next hop; conditionally start path discovery
|
||||
*
|
||||
* @skb: 802.11 frame to be sent
|
||||
* @sdata: network subif the frame will be sent through
|
||||
*
|
||||
* Lookup next hop for given skb and start path discovery if no
|
||||
* forwarding information is found.
|
||||
*
|
||||
* Returns: 0 if the next hop was found and -ENOENT if the frame was queued.
|
||||
* skb is freeed here if no mpath could be allocated.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user