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:
Sven Eckelmann
2015-09-15 19:00:48 +02:00
committed by Antonio Quartulli
parent d1f6825067
commit 62fe710f6e
22 changed files with 305 additions and 229 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ static void batadv_bitmap_shift_left(unsigned long *seq_bits, s32 n)
/* receive and process one packet within the sequence number window.
*
* returns:
* Return:
* 1 if the window was moved (either new or very old)
* 0 if the window was not moved/shifted.
*/