]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
batman-adv: align kernel doc properly
authorMarek Lindner <lindner_marek@yahoo.de>
Tue, 25 Dec 2012 09:03:19 +0000 (17:03 +0800)
committerAntonio Quartulli <ordex@autistici.org>
Sat, 19 Jan 2013 13:18:09 +0000 (21:18 +0800)
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
net/batman-adv/types.h

index d8061ac28409be13661757c11ad154480d001d6f..dffbdffc79a455e3b2c9024d95c8b36183eb266c 100644 (file)
@@ -66,19 +66,18 @@ struct batadv_hard_iface {
 };
 
 /**
- *     struct batadv_orig_node - structure for orig_list maintaining nodes of mesh
- *     @primary_addr: hosts primary interface address
- *     @last_seen: when last packet from this node was received
- *     @bcast_seqno_reset: time when the broadcast seqno window was reset
- *     @batman_seqno_reset: time when the batman seqno window was reset
- *     @gw_flags: flags related to gateway class
- *     @flags: for now only VIS_SERVER flag
- *     @last_real_seqno: last and best known sequence number
- *     @last_ttl: ttl of last received packet
- *     @last_bcast_seqno: last broadcast sequence number received by this host
- *
- *     @candidates: how many candidates are available
- *     @selected: next bonding candidate
+ * struct batadv_orig_node - structure for orig_list maintaining nodes of mesh
+ * @primary_addr: hosts primary interface address
+ * @last_seen: when last packet from this node was received
+ * @bcast_seqno_reset: time when the broadcast seqno window was reset
+ * @batman_seqno_reset: time when the batman seqno window was reset
+ * @gw_flags: flags related to gateway class
+ * @flags: for now only VIS_SERVER flag
+ * @last_real_seqno: last and best known sequence number
+ * @last_ttl: ttl of last received packet
+ * @last_bcast_seqno: last broadcast sequence number received by this host
+ * @candidates: how many candidates are available
+ * @selected: next bonding candidate
  */
 struct batadv_orig_node {
        uint8_t orig[ETH_ALEN];