commit | 3d222bbaa7329e8ef45129e1bd6801000d7e05e4 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sun Jun 05 10:20:19 2011 +0200 |
committer | Sven Eckelmann <sven@narfation.org> | Thu Jun 09 20:40:38 2011 +0200 |
tree | ab6db91fb6bea05e116de52228167879e627adae | |
parent | e72948eb21d1da0275be1c6e0c7a9a22aa67a5e3 [diff] |
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 <sven@narfation.org>