]> git.baikalelectronics.ru Git - kernel.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)
commit3bd7a6a9f6505dc86266bdecc74522ad9ad1529d
tree04e47cd27136157ac04d869388c74ea038858d96
parent554aa949d32c6d376354c9d53af8205308504612
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