batman-adv: Fix kernel-doc for timer functions
authorSven Eckelmann <sven@narfation.org>
Fri, 1 Dec 2017 10:47:56 +0000 (11:47 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sat, 2 Dec 2017 09:09:17 +0000 (10:09 +0100)
commit974a6b20518602310637bd8ac9ad348bf8a864d6
tree0814f93bdc1236b052d9346e7338e63a319b6864
parent198a62ddffa4a4ffaeb741f642b7b52f2d91ae9b
batman-adv: Fix kernel-doc for timer functions

The commit e99e88a9d2b0 ("treewide: setup_timer() -> timer_setup()")
changed the argument name and type of the timer function but didn't adjust
the kernel-doc of these functions.

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