batman-adv: fix kerneldoc for DAT functions
authorAntonio Quartulli <a@unstable.cc>
Tue, 17 Nov 2015 08:40:51 +0000 (16:40 +0800)
committerAntonio Quartulli <a@unstable.cc>
Tue, 2 Feb 2016 04:40:33 +0000 (12:40 +0800)
Signed-off-by: Antonio Quartulli <a@unstable.cc>
net/batman-adv/distributed-arp-table.c

index 2f13429ce5d3aa3e9f3d3c2929f8e3ce7df8f8ee..60df823854957edb48d8c41cc8fec2d42849bec8 100644 (file)
@@ -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)
 {
This page took 0.026782 seconds and 5 git commands to generate.