Re: [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: fix comments ending style

2012-04-11 Thread Antonio Quartulli
On Mon, Apr 09, 2012 at 12:38:49AM +0200, Simon Wunderlich wrote: On Sat, Apr 07, 2012 at 11:06:07PM +0200, Antonio Quartulli wrote: @@ -732,7 +732,7 @@ static int handle_claim(struct bat_priv *bat_priv, } /** - * + * @bat_priv: the bat priv with all the soft interface information

Re: [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: fix comments ending style

2012-04-08 Thread Simon Wunderlich
On Sat, Apr 07, 2012 at 11:06:07PM +0200, Antonio Quartulli wrote: @@ -732,7 +732,7 @@ static int handle_claim(struct bat_priv *bat_priv, } /** - * + * @bat_priv: the bat priv with all the soft interface information * @bat_priv: the bat priv with all the soft interface information

[B.A.T.M.A.N.] [PATCH 1/3] batman-adv: fix comments ending style

2012-04-07 Thread Antonio Quartulli
All multiline comments must end with */ on a newline. Signed-off-by: Antonio Quartulli or...@autistici.org --- bridge_loop_avoidance.c | 103 +-- packet.h|3 +- routing.c |6 ++- soft-interface.c|6 ++-