]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc27bae3d0b066d59f1e685143cfbc7f4e7213c71
tree7aff11b16d7b237ae98bc9e18eb2ec0dc724d692
parente344e30a106feb861b4a1fc625f00eb0c50f234d
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