Message ID | 20210208165938.13262-1-sw@simonwunderlich.de |
---|---|
Headers | show |
Series | pull request for net-next: batman-adv 2021-02-08 | expand |
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 <rdunlap@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(-)
On Mon, 8 Feb 2021 17:59:34 +0100 Simon Wunderlich wrote: > Hi Jakub, hi David, > > here is the updated pull request of batman-adv to go into net-next. We > have updated the first two patches as discussed (added justification > for the first, replaced the second to remove copyright years). The other > two patches are unchanged. > > Please pull or let me know of any problem! Pulled, thank you!