]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Fix function names on new line starting with '*'
authorSven Eckelmann <sven@narfation.org>
Sat, 5 Mar 2016 14:56:01 +0000 (15:56 +0100)
committerAntonio Quartulli <a@unstable.cc>
Tue, 3 May 2016 18:22:03 +0000 (02:22 +0800)
commite344e30a106feb861b4a1fc625f00eb0c50f234d
tree18dc7dc22b9ecc921ec4b52bde8212353c8ac218
parent90449e4a04dcf905d8952ed759f15097b2a18f24
batman-adv: Fix function names on new line starting with '*'

Some really long function names in batman-adv require a newline between
return type and the function name. This has lead to some lines starting
with *batadv_...

This * belongs to the return type and thus should be on the same line as
the return type.

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/bridge_loop_avoidance.c
net/batman-adv/main.c
net/batman-adv/network-coding.c