]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit4e09991af206539add91e9d793ec1de61ec72e66
tree23f9c09ab1fcc74c096bde6cd9be9f89910d0b0c
parentf7a2bd6544657f125d2c8a8b4f231a8cd225ee8f
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