batman-adv: use static string for table headers
authorAntonio Quartulli <a@unstable.cc>
Sat, 12 Mar 2016 09:30:18 +0000 (10:30 +0100)
committerAntonio Quartulli <a@unstable.cc>
Tue, 3 May 2016 18:22:03 +0000 (02:22 +0800)
commit925a6f379036c58cd62a1492f83263ebe021a49d
tree043aa18ef5731c4add7b2ef6b1d6c0b7e240e4da
parent565489df244626c7c1a07a5e093d7f2b20b550cc
batman-adv: use static string for table headers

Use a static string when showing table headers rather then
a nonsense parametric one with fixed arguments.

It is easier to grep and it does not need to be recomputed
at runtime each time.

Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
[sven@narfation.org: fix conflicts with current version]
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bat_v.c
net/batman-adv/bridge_loop_avoidance.c
net/batman-adv/distributed-arp-table.c
net/batman-adv/translation-table.c