Commit fe13c2aadf208e6210ee125f550dcf725c48721b

Authored by Antonio Quartulli
1 parent 04e14be65b

batman-adv: fix kerneldoc for DAT functions

Signed-off-by: Antonio Quartulli <a@unstable.cc>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

net/batman-adv/distributed-arp-table.c
... ... @@ -741,6 +741,8 @@
741 741 /**
742 742 * batadv_dat_init - initialise the DAT internals
743 743 * @bat_priv: the bat priv with all the soft interface information
  744 + *
  745 + * Return: 0 in case of success, a negative error code otherwise
744 746 */
745 747 int batadv_dat_init(struct batadv_priv *bat_priv)
746 748 {
... ... @@ -779,6 +781,8 @@
779 781 * batadv_dat_cache_seq_print_text - print the local DAT hash table
780 782 * @seq: seq file to print on
781 783 * @offset: not used
  784 + *
  785 + * Return: always 0
782 786 */
783 787 int batadv_dat_cache_seq_print_text(struct seq_file *seq, void *offset)
784 788 {