]> git.baikalelectronics.ru Git - kernel.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)
commit147d75412b3726ffcd468144634e8239eb0ab8a8
treeec78240c800bdf7a1ef3322175c5648a9ffa6d41
parent14e5a5924aaaa3fb7b229a5c101564041e8df7d8
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