On 2/8/21 8:59 AM, Simon Wunderlich wrote: > From: Sven Eckelmann <s...@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 <s...@narfation.org> > Signed-off-by: Simon Wunderlich <s...@simonwunderlich.de>
Reviewed-by: Randy Dunlap <rdun...@infradead.org> 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