mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
batman-adv: fix kerneldoc for DAT functions
Signed-off-by: Antonio Quartulli <a@unstable.cc>
This commit is contained in:
parent
04e14be65b
commit
fe13c2aadf
1 changed files with 4 additions and 0 deletions
|
@ -741,6 +741,8 @@ static void batadv_dat_hash_free(struct batadv_priv *bat_priv)
|
|||
/**
|
||||
* batadv_dat_init - initialise the DAT internals
|
||||
* @bat_priv: the bat priv with all the soft interface information
|
||||
*
|
||||
* Return: 0 in case of success, a negative error code otherwise
|
||||
*/
|
||||
int batadv_dat_init(struct batadv_priv *bat_priv)
|
||||
{
|
||||
|
@ -779,6 +781,8 @@ void batadv_dat_free(struct batadv_priv *bat_priv)
|
|||
* batadv_dat_cache_seq_print_text - print the local DAT hash table
|
||||
* @seq: seq file to print on
|
||||
* @offset: not used
|
||||
*
|
||||
* Return: always 0
|
||||
*/
|
||||
int batadv_dat_cache_seq_print_text(struct seq_file *seq, void *offset)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue