]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: statically print gateway table header
authorAntonio Quartulli <a@unstable.cc>
Wed, 25 May 2016 15:27:33 +0000 (23:27 +0800)
committerSimon Wunderlich <sw@simonwunderlich.de>
Thu, 30 Jun 2016 08:29:43 +0000 (10:29 +0200)
commitd97f37daa90c68a66e0474510a2942bd12f40d07
tree48fdbb35b6044047aa3a4b2464afa3d47c6b1fac
parent2326d4e27f9de95b41316b98d3c279e049c78490
batman-adv: statically print gateway table header

To make it easier to search through the code it is better to print static
strings directly instead of using format strings printing constants.

This was addressed in a previous patch, but the Gateway table header
was not updated accordingly.

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Reviewed-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/gateway_client.c