batman-adv: use inline kernel-doc for uapi constants
authorSven Eckelmann <sven@narfation.org>
Sat, 21 Oct 2017 09:45:46 +0000 (11:45 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Mon, 23 Oct 2017 12:22:25 +0000 (14:22 +0200)
commit40b16b9be5773a314948656c96adf7bf7cfdbd0b
tree92866a06a4ab5ff69acb94deb1b8743a8356e42f
parent6a4bc44b012cbc29c9d824be2c7ab9eac8ee6b6f
batman-adv: use inline kernel-doc for uapi constants

The enums of constants for netlink tends to become rather large over time.
Documenting them is easier when the kernel-doc is actually next to constant
and not in a different block above the enum.

Also inline kernel-doc allows multi-paragraph description. This could be
required to better document the netlink command types and the expected
return values.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
include/uapi/linux/batman_adv.h