On Wednesday, June 06, 2012 04:31:32 Sven Eckelmann wrote:
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 sven@narfation.org
bat_debugfs.c | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-)
Applied in revision 4738c60.
Thanks, Marek