All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 01/13] batman-adv: kernel doc fixes for bat_iv_ogm.c
@ 2014-07-11 12:26 Martin Hundebøll
  2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 02/13] batman-adv: kernel doc fixes for bridge_loop_avoidance.c Martin Hundebøll
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Martin Hundebøll @ 2014-07-11 12:26 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Martin Hundebøll

Signed-off-by: Martin Hundebøll <martin@hundeboll.net>
---
 bat_iv_ogm.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/bat_iv_ogm.c b/bat_iv_ogm.c
index 1e80539..73209f3 100644
--- a/bat_iv_ogm.c
+++ b/bat_iv_ogm.c
@@ -28,7 +28,7 @@
 
 
 /**
- * batadv_dup_status - duplicate status
+ * enum batadv_dup_status - duplicate status
  * @BATADV_NO_DUP: the packet is a duplicate
  * @BATADV_ORIG_DUP: OGM is a duplicate in the originator (but not for the
  *  neighbor)
@@ -517,7 +517,7 @@ out:
  * @bat_priv: the bat priv with all the soft interface information
  * @packet_len: (total) length of the OGM
  * @send_time: timestamp (jiffies) when the packet is to be sent
- * @direktlink: true if this is a direct link packet
+ * @directlink: true if this is a direct link packet
  * @if_incoming: interface where the packet was received
  * @if_outgoing: interface for which the retransmission should be considered
  * @forw_packet: the forwarded packet which should be checked
@@ -1366,6 +1366,7 @@ out:
 /**
  * batadv_iv_ogm_process_per_outif - process a batman iv OGM for an outgoing if
  * @skb: the skb containing the OGM
+ * @ogm_offset: offset from skb->data to start of ogm header
  * @orig_node: the (cached) orig node for the originator of this OGM
  * @if_incoming: the interface where this packet was received
  * @if_outgoing: the interface for which the packet should be considered
@@ -1902,10 +1903,10 @@ out:
  * batadv_iv_ogm_neigh_is_eob - check if neigh1 is equally good or better than
  *  neigh2 from the metric prospective
  * @neigh1: the first neighbor object of the comparison
- * @if_outgoing: outgoing interface for the first neighbor
+ * @if_outgoing1: outgoing interface for the first neighbor
  * @neigh2: the second neighbor object of the comparison
  * @if_outgoing2: outgoing interface for the second neighbor
-
+ *
  * Returns true if the metric via neigh1 is equally good or better than
  * the metric via neigh2, false otherwise.
  */
-- 
2.0.1


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

end of thread, other threads:[~2014-07-14 16:28 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-11 12:26 [B.A.T.M.A.N.] [PATCH 01/13] batman-adv: kernel doc fixes for bat_iv_ogm.c Martin Hundebøll
2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 02/13] batman-adv: kernel doc fixes for bridge_loop_avoidance.c Martin Hundebøll
2014-07-11 13:06   ` Antonio Quartulli
2014-07-14 11:49     ` Simon Wunderlich
2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 03/13] batman-adv: kernel doc fix for distributed-arp-table.h Martin Hundebøll
2014-07-11 13:05   ` Antonio Quartulli
2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 04/13] batman-adv: kernel doc fixes for main.{c, h} Martin Hundebøll
2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 05/13] batman-adv: kernel doc fix for multicast.h Martin Hundebøll
2014-07-14 16:28   ` Linus Lüssing
2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 06/13] batman-adv: kernel doc fixes for originator.c Martin Hundebøll
2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 07/13] batman-adv: kernel doc fixes for packet.h Martin Hundebøll
2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 08/13] batman-adv: kernel doc fix for routing.c Martin Hundebøll
2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 09/13] batman-adv: kernel doc fix for send.c Martin Hundebøll
2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 10/13] batman-adv: kernel doc fixes for soft-interface.c Martin Hundebøll
2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 11/13] batman-adv: kernel doc fixes for sysfs.{c, h} Martin Hundebøll
2014-07-14 11:56   ` Antonio Quartulli
2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 12/13] batman-adv: kernel fixes for translation-table.c Martin Hundebøll
2014-07-11 12:26 ` [B.A.T.M.A.N.] [PATCH 13/13] batman-adv: kernel doc fixes for types.h Martin Hundebøll

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.