From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 16 May 2012 18:34:47 +0800 References: <1336840447-6580-1-git-send-email-sven@narfation.org> <1336840447-6580-11-git-send-email-sven@narfation.org> In-Reply-To: <1336840447-6580-11-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201205161834.47779.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 11/18] batman-adv: Prefix originator local static 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 Sunday, May 13, 2012 00:34:00 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 > --- > originator.c | 54 +++++++++++++++++++++++++++--------------------------- > 1 file changed, 27 insertions(+), 27 deletions(-) Applied in revision 3dbc8e0. Thanks, Marek