diff options
author | Sven Eckelmann <sven@narfation.org> | 2015-09-15 13:00:48 -0400 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-02-01 23:40:31 -0500 |
commit | 62fe710f6e2fdf4c337763bc0774cb3232fa2139 (patch) | |
tree | 1491351056a65db85e60ad91ad896c5b6942cd25 /net/batman-adv/fragmentation.h | |
parent | d1f6825067b9c167b3853c9af67e68d5412c2c63 (diff) |
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>
Diffstat (limited to 'net/batman-adv/fragmentation.h')
-rw-r--r-- | net/batman-adv/fragmentation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/fragmentation.h b/net/batman-adv/fragmentation.h index 8b9877e70b95..c5476fe79dc6 100644 --- a/net/batman-adv/fragmentation.h +++ b/net/batman-adv/fragmentation.h | |||
@@ -42,7 +42,7 @@ bool batadv_frag_send_packet(struct sk_buff *skb, | |||
42 | * batadv_frag_check_entry - check if a list of fragments has timed out | 42 | * batadv_frag_check_entry - check if a list of fragments has timed out |
43 | * @frags_entry: table entry to check | 43 | * @frags_entry: table entry to check |
44 | * | 44 | * |
45 | * Returns true if the frags entry has timed out, false otherwise. | 45 | * Return: true if the frags entry has timed out, false otherwise. |
46 | */ | 46 | */ |
47 | static inline bool | 47 | static inline bool |
48 | batadv_frag_check_entry(struct batadv_frag_table_entry *frags_entry) | 48 | batadv_frag_check_entry(struct batadv_frag_table_entry *frags_entry) |