net: Fix (nearly-)kernel-doc comments for various functions
[linux-block.git] / net / mac80211 / mesh_hwmp.c
index fb7b6a11d0ba9e32ea0fbb45b26eb6c177c5494b..494bc39f61a4cb67fce07ad649e9be814fcb9d6b 100644 (file)
@@ -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.
  */