b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
From: Marek Lindner <lindner_marek@yahoo.de>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: Marek Lindner <lindner_marek@yahoo.de>
Subject: [B.A.T.M.A.N.] [PATCH 1/8] batman-adv: align kernel doc properly
Date: Tue, 25 Dec 2012 17:03:19 +0800	[thread overview]
Message-ID: <1356426206-8667-1-git-send-email-lindner_marek@yahoo.de> (raw)

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
 types.h |   25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/types.h b/types.h
index d8061ac..dffbdff 100644
--- a/types.h
+++ b/types.h
@@ -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];
-- 
1.7.10.4


             reply	other threads:[~2012-12-25  9:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-25  9:03 Marek Lindner [this message]
2012-12-25  9:03 ` [B.A.T.M.A.N.] [PATCH 2/8] batman-adv: mark debug_log struct as bat_priv only struct Marek Lindner
2013-01-02  7:02   ` Marek Lindner
2012-12-25  9:03 ` [B.A.T.M.A.N.] [PATCH 3/8] batman-adv: group tt type definitions together Marek Lindner
2013-01-02  7:04   ` Marek Lindner
2012-12-25  9:03 ` [B.A.T.M.A.N.] [PATCH 4/8] batman-adv: rename batadv_if_list_entry struct to make clear it is used by vis Marek Lindner
2013-01-02  7:06   ` Marek Lindner
2012-12-25  9:03 ` [B.A.T.M.A.N.] [PATCH 5/8] batman-adv: rename batadv_recvlist_node " Marek Lindner
2013-01-02  7:09   ` Marek Lindner
2012-12-25  9:03 ` [B.A.T.M.A.N.] [PATCH 6/8] batman-adv: rename batadv_backbone_gw struct to make clear it is used by bla Marek Lindner
2013-01-02  7:13   ` Marek Lindner
2012-12-25  9:03 ` [B.A.T.M.A.N.] [PATCH 7/8] batman-adv: rename batadv_claim " Marek Lindner
2013-01-02  7:53   ` Marek Lindner
2012-12-25  9:03 ` [B.A.T.M.A.N.] [PATCH 8/8] batman-adv: kernel doc for types.h Marek Lindner
2012-12-25  9:11   ` [B.A.T.M.A.N.] [PATCHv2 " Marek Lindner
2012-12-25 13:45     ` [B.A.T.M.A.N.] [PATCHv3 " Marek Lindner
2013-01-02  7:56       ` Marek Lindner
2013-01-02  6:59 ` [B.A.T.M.A.N.] [PATCH 1/8] batman-adv: align kernel doc properly Marek Lindner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1356426206-8667-1-git-send-email-lindner_marek@yahoo.de \
    --to=lindner_marek@yahoo.de \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).