]> asedeno.scripts.mit.edu Git - linux.git/commit
batman-adv: Add kernel-doc to externally visible functions
authorSven Eckelmann <sven@narfation.org>
Sat, 2 Dec 2017 18:51:53 +0000 (19:51 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Fri, 15 Dec 2017 16:29:24 +0000 (17:29 +0100)
commitff15c27c97303fbe5abc49c25c73ea299ab72d31
treeec78240c800bdf7a1ef3322175c5648a9ffa6d41
parente57acf8e93fb65715af7595066d99d4c0c3f0235
batman-adv: Add kernel-doc to externally visible functions

According to the kernel-doc documentation, externally visible functions
should be documented. This refers to all all non-static function which can
(and will) be used by functions in other sources files.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
16 files changed:
net/batman-adv/bat_algo.c
net/batman-adv/bat_iv_ogm.c
net/batman-adv/debugfs.c
net/batman-adv/gateway_client.c
net/batman-adv/gateway_common.c
net/batman-adv/hard-interface.c
net/batman-adv/hash.c
net/batman-adv/icmp_socket.c
net/batman-adv/log.c
net/batman-adv/main.c
net/batman-adv/originator.c
net/batman-adv/routing.c
net/batman-adv/send.c
net/batman-adv/soft-interface.c
net/batman-adv/sysfs.c
net/batman-adv/translation-table.c