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/bitarray.c | |
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/bitarray.c')
-rw-r--r-- | net/batman-adv/bitarray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/bitarray.c b/net/batman-adv/bitarray.c index 25cbc36e997a..06bab5179bf9 100644 --- a/net/batman-adv/bitarray.c +++ b/net/batman-adv/bitarray.c | |||
@@ -31,7 +31,7 @@ static void batadv_bitmap_shift_left(unsigned long *seq_bits, s32 n) | |||
31 | 31 | ||
32 | /* receive and process one packet within the sequence number window. | 32 | /* receive and process one packet within the sequence number window. |
33 | * | 33 | * |
34 | * returns: | 34 | * Return: |
35 | * 1 if the window was moved (either new or very old) | 35 | * 1 if the window was moved (either new or very old) |
36 | * 0 if the window was not moved/shifted. | 36 | * 0 if the window was not moved/shifted. |
37 | */ | 37 | */ |