From: Sven Eckelmann Date: Sun, 5 Jun 2011 08:20:19 +0000 (+0200) Subject: batman-adv: Rewrite debugfs kobj_to_* helpers as functions X-Git-Tag: v3.1-rc1~316^2~412^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d222bbaa7329e8ef45129e1bd6801000d7e05e4;p=pandora-kernel.git batman-adv: Rewrite debugfs kobj_to_* helpers as functions 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. Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed