]> asedeno.scripts.mit.edu Git - linux.git/commit
batman-adv: Print correct function names in dbg messages
authorSven Eckelmann <sven@narfation.org>
Fri, 19 May 2017 11:02:00 +0000 (13:02 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Tue, 23 May 2017 12:34:31 +0000 (14:34 +0200)
commit22f0502ed9f3ae624b0b9a922a067cb6f7e7ce09
tree04e47cd27136157ac04d869388c74ea038858d96
parent912eeed9f5208515b75103e91ff8b64cfdcca7b9
batman-adv: Print correct function names in dbg messages

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>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bridge_loop_avoidance.c
net/batman-adv/distributed-arp-table.c
net/batman-adv/routing.c
net/batman-adv/send.c