Re: [PATCH 4/4] batman-adv: Fix names for kernel-doc blocks
From: Randy Dunlap <hidden>
Date: 2021-02-08 18:05:51
Also in:
batman
From: Randy Dunlap <hidden>
Date: 2021-02-08 18:05:51
Also in:
batman
On 2/8/21 8:59 AM, Simon Wunderlich wrote:
From: Sven Eckelmann <sven@narfation.org> kernel-doc can only correctly identify the documented function or struct when the name in the first kernel-doc line references it. But some of the kernel-doc blocks referenced a different function/struct then it actually documented. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Reviewed-by: Randy Dunlap <redacted> Thanks.
--- net/batman-adv/distributed-arp-table.c | 2 +- net/batman-adv/multicast.c | 2 +- net/batman-adv/netlink.c | 4 ++-- net/batman-adv/tp_meter.c | 2 +- net/batman-adv/types.h | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-)
-- ~Randy