Hi,
On Sun, Nov 01, 2015 at 04:32:09PM +0100, Sven Eckelmann wrote:
On Sunday 01 November 2015 16:13:02 Markus Pargmann wrote:
diff --git a/net/batman-adv/bitarray.c b/net/batman-adv/bitarray.c index 06bab51..3404195 100644 --- a/net/batman-adv/bitarray.c +++ b/net/batman-adv/bitarray.c @@ -29,10 +29,16 @@ static void batadv_bitmap_shift_left(unsigned long *seq_bits, s32 n)> bitmap_shift_left(seq_bits, seq_bits, n, BATADV_TQ_LOCAL_WINDOW_SIZE);
}
-/* receive and process one packet within the sequence number window. +/**
- batadv_bit_get_packet - receive and process one packet within the
sequence + * number window
Are you sure this works? IIRC some time ago multi line function descriptions were not supported.
Yes, it works since 2009 [1,2,3].
Here is the kerneldoc (text) output for the function you've quoted:
Name: batadv_bit_get_packet - receive and process one packet within the sequence number window
Ok, I am probably mixing it up with something else then. Thanks for clarifying.
Best Regards,
Markus