From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 10 Jun 2012 19:34:51 +0800 References: <1338928292-23085-1-git-send-email-sven@narfation.org> <1338928292-23085-2-git-send-email-sven@narfation.org> In-Reply-To: <1338928292-23085-2-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201206101934.51577.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/6] batman-adv: Prefix hash struct and typedef 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 Wednesday, June 06, 2012 04:31:28 Sven Eckelmann wrote: > Reported-by: Martin Hundeb=C3=B8ll > Signed-off-by: Sven Eckelmann > --- > bridge_loop_avoidance.c | 20 ++++++++++---------- > hash.c | 10 +++++----- > hash.h | 33 ++++++++++++++++++--------------- > originator.c | 10 +++++----- > originator.h | 2 +- > routing.c | 2 +- > translation-table.c | 30 +++++++++++++++--------------- > types.h | 12 ++++++------ > vis.c | 12 ++++++------ > 9 files changed, 67 insertions(+), 64 deletions(-) Applied in revision e3358b6. Thanks, Marek