]> 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)
commit5ba1e7090792f76d3d2f284b410b4560cf37bc63
tree7aff11b16d7b237ae98bc9e18eb2ec0dc724d692
parent72e973ecbd8e4231744c93c31aacb6819b355a10
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