On Saturday, March 05, 2016 15:56:01 Sven Eckelmann wrote:
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
net/batman-adv/bridge_loop_avoidance.c | 6 +++--- net/batman-adv/main.c | 8 ++++---- net/batman-adv/network-coding.c | 18 +++++++++--------- 3 files changed, 16 insertions(+), 16 deletions(-)
Applied in revision 39c3bcc.
Thanks, Marek