diff options
author | Marek Lindner <lindner_marek@yahoo.de> | 2012-12-25 04:03:19 -0500 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2013-01-19 08:18:09 -0500 |
commit | b6d0ab7ca306f3363a5996570ae8772d57d61846 (patch) | |
tree | 9e4a086114764ceb4ac854f3b1b1a0e71ea19171 /net | |
parent | 7241444209f88f804ea33483394a601c1afb1d64 (diff) |
batman-adv: align kernel doc properly
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/batman-adv/types.h | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h index d8061ac28409..dffbdffc79a4 100644 --- a/net/batman-adv/types.h +++ b/net/batman-adv/types.h | |||
@@ -66,19 +66,18 @@ struct batadv_hard_iface { | |||
66 | }; | 66 | }; |
67 | 67 | ||
68 | /** | 68 | /** |
69 | * struct batadv_orig_node - structure for orig_list maintaining nodes of mesh | 69 | * struct batadv_orig_node - structure for orig_list maintaining nodes of mesh |
70 | * @primary_addr: hosts primary interface address | 70 | * @primary_addr: hosts primary interface address |
71 | * @last_seen: when last packet from this node was received | 71 | * @last_seen: when last packet from this node was received |
72 | * @bcast_seqno_reset: time when the broadcast seqno window was reset | 72 | * @bcast_seqno_reset: time when the broadcast seqno window was reset |
73 | * @batman_seqno_reset: time when the batman seqno window was reset | 73 | * @batman_seqno_reset: time when the batman seqno window was reset |
74 | * @gw_flags: flags related to gateway class | 74 | * @gw_flags: flags related to gateway class |
75 | * @flags: for now only VIS_SERVER flag | 75 | * @flags: for now only VIS_SERVER flag |
76 | * @last_real_seqno: last and best known sequence number | 76 | * @last_real_seqno: last and best known sequence number |
77 | * @last_ttl: ttl of last received packet | 77 | * @last_ttl: ttl of last received packet |
78 | * @last_bcast_seqno: last broadcast sequence number received by this host | 78 | * @last_bcast_seqno: last broadcast sequence number received by this host |
79 | * | 79 | * @candidates: how many candidates are available |
80 | * @candidates: how many candidates are available | 80 | * @selected: next bonding candidate |
81 | * @selected: next bonding candidate | ||
82 | */ | 81 | */ |
83 | struct batadv_orig_node { | 82 | struct batadv_orig_node { |
84 | uint8_t orig[ETH_ALEN]; | 83 | uint8_t orig[ETH_ALEN]; |