public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
From: Marek Lindner <lindner_marek@yahoo.de>
To: The list for a Better Approach To Mobile Ad-hoc Networking
	<b.a.t.m.a.n@lists.open-mesh.org>
Subject: Re: [B.A.T.M.A.N.] [PATCHv3 23/23] batman-adv: Reformat multiline to consistent style
Date: Mon, 14 May 2012 17:05:12 +0800	[thread overview]
Message-ID: <201205141705.12784.lindner_marek@yahoo.de> (raw)
In-Reply-To: <1336781383-15649-23-git-send-email-sven@narfation.org>

On Saturday, May 12, 2012 08:09:43 Sven Eckelmann wrote:
> batman-adv doesn't follow the style for multiline comments that David S.
> Miller prefers. All comments should be reformatted to follow this
> consistent style to make the code slightly more readable.
> 
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
>  bat_algo.h              |    4 +--
>  bat_debugfs.c           |    4 +--
>  bat_debugfs.h           |    5 +--
>  bat_iv_ogm.c            |   75 ++++++++++++++++++++++++-------------------
>  bat_sysfs.c             |   13 ++++----
>  bat_sysfs.h             |    5 +--
>  bitarray.c              |   17 ++++------
>  bitarray.h              |   10 +++---
>  bridge_loop_avoidance.c |   67 +++++++++++----------------------------
>  bridge_loop_avoidance.h |    4 +--
>  compat.c                |    3 +-
>  compat.h                |    3 +-
>  distributed-arp-table.c |   10 +++---
>  distributed-arp-table.h |    4 +--
>  gateway_client.c        |   41 +++++++++++-------------
>  gateway_client.h        |    4 +--
>  gateway_common.c        |    9 ++----
>  gateway_common.h        |    4 +--
>  hard-interface.c        |   23 ++++++--------
>  hard-interface.h        |    4 +--
>  hash.c                  |    4 +--
>  hash.h                  |   24 +++++++-------
>  icmp_socket.c           |    7 ++--
>  icmp_socket.h           |    4 +--
>  main.c                  |   10 +++---
>  main.h                  |   38 +++++++++++-----------
>  originator.c            |   13 ++++----
>  originator.h            |    9 +++---
>  packet.h                |   21 ++++++------
>  ring_buffer.c           |    4 +--
>  ring_buffer.h           |    4 +--
>  routing.c               |   70 +++++++++++++++++++++++-----------------
>  routing.h               |    4 +--
>  send.c                  |   32 ++++++++-----------
>  send.h                  |    4 +--
>  soft-interface.c        |   27 ++++++++--------
>  soft-interface.h        |    4 +--
>  translation-table.c     |   81
> +++++++++++++++++++++++++++++------------------
> translation-table.h     |    4 +--
>  types.h                 |   29 ++++++++---------
>  unicast.c               |   13 ++++----
>  unicast.h               |    4 +--
>  vis.c                   |   39 ++++++++++++++---------
>  vis.h                   |    8 ++---
>  44 files changed, 363 insertions(+), 403 deletions(-)

Applied in revision a3a6d55.

Thanks,
Marek

  reply	other threads:[~2012-05-14  9:05 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-12  0:09 [B.A.T.M.A.N.] [PATCHv3 01/23] batman-adv: Fix namespace for hash_set_lock_class Sven Eckelmann
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 02/23] batman-adv: Prefix bat_algo non-static functions with batadv_ Sven Eckelmann
2012-05-13 16:11   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 03/23] batman-adv: Prefix bat_debugfs " Sven Eckelmann
2012-05-13 16:13   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 04/23] batman-adv: Prefix bat_sysfs " Sven Eckelmann
2012-05-13 16:15   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 05/23] batman-adv: Prefix bitarray " Sven Eckelmann
2012-05-13 16:19   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 06/23] batman-adv: Prefix bridge_loop_avoidance " Sven Eckelmann
2012-05-12 11:38   ` [B.A.T.M.A.N.] [PATCHv4 " Sven Eckelmann
2012-05-13 16:24     ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 07/23] batman-adv: Prefix compat " Sven Eckelmann
2012-05-12  8:45   ` [B.A.T.M.A.N.] [PATCHv4 " Sven Eckelmann
2012-05-13 16:28     ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 08/23] batman-adv: Prefix distributed-arp-table " Sven Eckelmann
2012-05-13 16:33   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 09/23] batman-adv: Prefix gateway-client " Sven Eckelmann
2012-05-13 16:40   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 10/23] batman-adv: Prefix gateway-common " Sven Eckelmann
2012-05-13 16:44   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 11/23] batman-adv: Prefix hard-interface " Sven Eckelmann
2012-05-14  8:05   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 12/23] batman-adv: Prefix hash " Sven Eckelmann
2012-05-14  8:06   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 13/23] batman-adv: Prefix icmp-socket " Sven Eckelmann
2012-05-14  8:07   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 14/23] batman-adv: Prefix originator " Sven Eckelmann
2012-05-14  8:12   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 15/23] batman-adv: Prefix ring_buffer " Sven Eckelmann
2012-05-14  8:13   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 16/23] batman-adv: Prefix routing " Sven Eckelmann
2012-05-14  8:19   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 17/23] batman-adv: Prefix send " Sven Eckelmann
2012-05-14  8:21   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 18/23] batman-adv: Prefix soft-interface " Sven Eckelmann
2012-05-14  8:23   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 19/23] batman-adv: Prefix translation-table " Sven Eckelmann
2012-05-14  8:34   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 20/23] batman-adv: Prefix unicast " Sven Eckelmann
2012-05-14  8:38   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 21/23] batman-adv: Prefix vis " Sven Eckelmann
2012-05-14  8:44   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 22/23] batman-adv: Prefix main " Sven Eckelmann
2012-05-14  8:53   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 23/23] batman-adv: Reformat multiline to consistent style Sven Eckelmann
2012-05-14  9:05   ` Marek Lindner [this message]
2012-05-13 16:09 ` [B.A.T.M.A.N.] [PATCHv3 01/23] batman-adv: Fix namespace for hash_set_lock_class 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=201205141705.12784.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