From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 15 May 2012 16:31:05 +0800 References: <1336823339-4095-1-git-send-email-sven@narfation.org> <1336823339-4095-5-git-send-email-sven@narfation.org> In-Reply-To: <1336823339-4095-5-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201205151631.06257.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 5/8] batman-adv: Prefix originator static inline functions 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 Saturday, May 12, 2012 19:48:56 Sven Eckelmann wrote: > All non-static symbols of batman-adv were prefixed with batadv_ to avoid > collisions with other symbols of the kernel. Other symbols of batman-adv > should use the same prefix to keep the naming scheme consistent. > > Signed-off-by: Sven Eckelmann > --- > bridge_loop_avoidance.c | 4 ++-- > distributed-arp-table.h | 14 +++++++++----- > icmp_socket.c | 2 +- > originator.c | 4 ++-- > originator.h | 8 ++++---- > routing.c | 26 +++++++++++++++----------- > translation-table.c | 21 +++++++++++---------- > unicast.c | 2 +- > vis.c | 2 +- > 9 files changed, 46 insertions(+), 37 deletions(-) Applied in revision 12c5e46. Thanks, Marek