batman-adv: fix debuginfo macro style issue
authorSimon Wunderlich <simon.wunderlich@open-mesh.com>
Fri, 11 Mar 2016 13:01:11 +0000 (14:01 +0100)
committerAntonio Quartulli <a@unstable.cc>
Tue, 3 May 2016 18:22:03 +0000 (02:22 +0800)
commit121bdca0d476c1018fa4b3c06ac008b7979acbd3
tree7aff11b16d7b237ae98bc9e18eb2ec0dc724d692
parent6fc77a548679c6736909da0636da0cf4d759ed64
batman-adv: fix debuginfo macro style issue

Structure initialization within the macros should follow the general
coding style used in the kernel: put the initialization of the first
variable and the closing brace on a separate line.

Reported-by: Antonio Quartulli <a@unstable.cc>
Signed-off-by: Simon Wunderlich <simon.wunderlich@open-mesh.com>
[sven@narfation.org: fix conflicts with current version]
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
net/batman-adv/debugfs.c
This page took 0.025082 seconds and 5 git commands to generate.