From: Sven Eckelmann Date: Tue, 5 Jun 2012 20:31:32 +0000 (+0200) Subject: batman-adv: Transform BATADV_LOG_BUFF(idx) into function X-Git-Tag: v3.6-rc1~125^2~325^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8a0a62d1f173620f150830db437ddd65a103d49;p=pandora-kernel.git batman-adv: Transform BATADV_LOG_BUFF(idx) into function The linux Documentation/CodingStyle says that: * Chapter 12: "inline functions are preferable to macros resembling functions" * Chapter 12.2: Depending on local variables with a magic name is bad * Chapter 12.3: Macros with arguments used as l-value are bad Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed