All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: fix kerneldoc for DAT functions
@ 2015-11-17  8:40 Antonio Quartulli
  2015-11-17  8:40 ` [B.A.T.M.A.N.] [PATCH 2/3] batman-adv: fix kerneldoc for TT functions Antonio Quartulli
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Antonio Quartulli @ 2015-11-17  8:40 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Antonio Quartulli

Cc: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
---
 net/batman-adv/distributed-arp-table.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net/batman-adv/distributed-arp-table.c b/net/batman-adv/distributed-arp-table.c
index 9daccdc..193ea33 100644
--- a/net/batman-adv/distributed-arp-table.c
+++ b/net/batman-adv/distributed-arp-table.c
@@ -738,6 +738,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)
 {
@@ -776,6 +778,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)
 {
-- 
2.6.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-18  8:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-17  8:40 [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: fix kerneldoc for DAT functions Antonio Quartulli
2015-11-17  8:40 ` [B.A.T.M.A.N.] [PATCH 2/3] batman-adv: fix kerneldoc for TT functions Antonio Quartulli
2015-11-18  8:54   ` Marek Lindner
2015-11-17  8:40 ` [B.A.T.M.A.N.] [PATCH 3/3] batman-adv: add kernel doc for AP isolation attributes in bat_priv Antonio Quartulli
2015-11-18  8:58   ` Marek Lindner
2015-11-18  8:52 ` [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: fix kerneldoc for DAT functions Marek Lindner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.