From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 12 Jun 2012 15:10:33 +0800 References: <1339365531-22386-1-git-send-email-sven@narfation.org> In-Reply-To: <1339365531-22386-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: <201206121510.34058.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h} 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 11, 2012 05:58:51 Sven Eckelmann wrote: > The "bat_" prefix in the source files implementing the batman-adv sysfs and > debugfs interface doesn't have a special meaning and are only used by these > files and files that implement the actual B.A.T.M.A.N. path finding > algorithm. > > The prefix is better suited to mark files that are used to implement the > main part of the path finding. All other files should not use it and > therefore gets renamed. > > Signed-off-by: Sven Eckelmann > --- > Makefile.kbuild | 4 ++-- > bat_debugfs.c => debugfs.c | 2 +- > bat_debugfs.h => debugfs.h | 0 > gateway_client.c | 2 +- > hard-interface.c | 2 +- > main.c | 4 ++-- > soft-interface.c | 4 ++-- > bat_sysfs.c => sysfs.c | 2 +- > bat_sysfs.h => sysfs.h | 0 > 9 files changed, 10 insertions(+), 10 deletions(-) > rename bat_debugfs.c => debugfs.c (99%) > rename bat_debugfs.h => debugfs.h (100%) > rename bat_sysfs.c => sysfs.c (99%) > rename bat_sysfs.h => sysfs.h (100%) Applied in revision 80135a8. Thanks, Marek