batman-adv: Rewrite debugfs kobj_to_* helpers as functions
authorSven Eckelmann <sven@narfation.org>
Sun, 5 Jun 2011 08:20:19 +0000 (10:20 +0200)
committerSven Eckelmann <sven@narfation.org>
Thu, 9 Jun 2011 18:40:38 +0000 (20:40 +0200)
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 <sven@narfation.org>

No differences found