mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
batman-adv: Use parentheses in function kernel-doc
The documentation describing kernel-doc comments for functions ("How to format kernel-doc comments") uses parentheses at the end of the function name. Using this format allows to use a consistent style when adding documentation to a function and when referencing this function in a different kernel-doc section. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
This commit is contained in:
parent
6a3038f07c
commit
7e9a8c2ce7
34 changed files with 633 additions and 619 deletions
|
@ -33,7 +33,7 @@ static void batadv_bitmap_shift_left(unsigned long *seq_bits, s32 n)
|
|||
}
|
||||
|
||||
/**
|
||||
* batadv_bit_get_packet - receive and process one packet within the sequence
|
||||
* batadv_bit_get_packet() - receive and process one packet within the sequence
|
||||
* number window
|
||||
* @priv: the bat priv with all the soft interface information
|
||||
* @seq_bits: pointer to the sequence number receive packet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue