git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e72948e
)
batman-adv: Rewrite debugfs kobj_to_* helpers as functions
author
Sven Eckelmann
<sven@narfation.org>
Sun, 5 Jun 2011 08:20:19 +0000
(10:20 +0200)
committer
Sven 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