]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Use __func__ to add function names to messages
authorSven Eckelmann <sven@narfation.org>
Wed, 8 Mar 2017 11:43:59 +0000 (12:43 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Fri, 17 Mar 2017 11:53:35 +0000 (12:53 +0100)
commit6978e0cffddacd5f408f2ec6df0623e3b2fd87ac
tree23f9c09ab1fcc74c096bde6cd9be9f89910d0b0c
parentdcfc7c17306b889cc6af14a9ce2eca076ddab367
batman-adv: Use __func__ to add function names to messages

The name of the function might change in which these messages are printed.
It is therefore better to let the compiler handle the insertion of the
correct function name.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/tp_meter.c