From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 19 May 2012 00:01:21 +0800 References: <1337192605-8652-12-git-send-email-sven@narfation.org> <1337354173-23825-1-git-send-email-sven@narfation.org> In-Reply-To: <1337354173-23825-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201205190001.22040.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Prefix bat_sysfs 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 Friday, May 18, 2012 23:16:13 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. > > This was actually part of patch used to create the commit > 98881e49493eb1a6ae2330d861386432064b2222. > > Signed-off-by: Sven Eckelmann > > This is the alternative version of this patch... that keeps the > functionality for ELP > > bat_sysfs.c | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) Applied in revision 34f20d6. Thanks, Marek