From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 10 Jun 2012 16:38:25 +0800 References: <1338754762-28424-1-git-send-email-sven@narfation.org> <1338754762-28424-11-git-send-email-sven@narfation.org> In-Reply-To: <1338754762-28424-11-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201206101638.25358.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 11/16] batman-adv: Prefix main defines with BATADV_ Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Monday, June 04, 2012 04:19:17 Sven Eckelmann wrote: > Reported-by: Martin Hundeb=C3=B8ll > Signed-off-by: Sven Eckelmann > --- > Makefile | 2 +- > bat_debugfs.c | 2 +- > bat_iv_ogm.c | 101 > ++++++++++++++++++++++++++++------------------- > bat_sysfs.c | 7 ++-- > bitarray.c | 20 +++++----- > bitarray.h | 4 +- > bridge_loop_avoidance.c | 20 +++++----- > gateway_client.c | 18 ++++----- > hard-interface.c | 2 +- > main.c | 13 +++--- > main.h | 81 ++++++++++++++++++------------------- > originator.c | 32 ++++++++------- > ring_buffer.c | 4 +- > routing.c | 20 +++++----- > soft-interface.c | 10 ++--- > translation-table.c | 84 ++++++++++++++++++++++----------------- > types.h | 10 ++--- > unicast.c | 2 +- > vis.c | 11 +++--- > 19 files changed, 242 insertions(+), 201 deletions(-) Applied in revision 76eb272. Thanks, Marek