batman-adv: Fix kerneldoc parsing of return description
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Antonio Quartulli <a@unstable.cc>
This commit is contained in:

committed by
Antonio Quartulli

parent
d1f6825067
commit
62fe710f6e
@@ -42,7 +42,7 @@ bool batadv_frag_send_packet(struct sk_buff *skb,
|
||||
* batadv_frag_check_entry - check if a list of fragments has timed out
|
||||
* @frags_entry: table entry to check
|
||||
*
|
||||
* Returns true if the frags entry has timed out, false otherwise.
|
||||
* Return: true if the frags entry has timed out, false otherwise.
|
||||
*/
|
||||
static inline bool
|
||||
batadv_frag_check_entry(struct batadv_frag_table_entry *frags_entry)
|
||||
|
Reference in New Issue
Block a user