On Freitag, 19. Mai 2017 13:02:00 CEST Sven Eckelmann wrote:
The function names in batman-adv changed slightly in the past. But some of the debug messages were not updated correctly and therefore some messages were incorrect. To avoid this in the future, these kind of messages should use __func__ to automatically print the correct function name.
Signed-off-by: Sven Eckelmann sven@narfation.org
net/batman-adv/bat_iv_ogm.c | 3 +- net/batman-adv/bridge_loop_avoidance.c | 72 +++++++++++++++++----------------- net/batman-adv/distributed-arp-table.c | 2 +- net/batman-adv/routing.c | 4 +- net/batman-adv/send.c | 6 +-- 5 files changed, 45 insertions(+), 42 deletions(-)
Patch applied as 4978390e544d496157c6836bbf15270e3039e1c3 [1]
Kind regards, Sven
[1] https://git.open-mesh.org/batman-adv.git/commit/4978390e544d496157c6836bbf15...