From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 5 Jun 2011 22:43:06 +0200 References: <1307262019-9147-1-git-send-email-sven@narfation.org> In-Reply-To: <1307262019-9147-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: <201106052243.06790.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Rewrite debugfs kobj_to_* helpers as functions 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, June 05, 2011 10:20:19 AM Sven Eckelmann wrote: > CodingStyle "Chapter 12: Macros, Enums and RTL" highly recommends to use > functions instead of macros were possible. This ensures type safety and > prevents shadowing of other variables. Applied in revision a14621f. Thanks, Marek