Re: [PATCH net-next v2 0/2] Fix invalid kernel-doc warnings
From: Jonathan Corbet <corbet@lwn.net>
Date: 2023-08-14 19:01:41
Also in:
netdev
From: Jonathan Corbet <corbet@lwn.net>
Date: 2023-08-14 19:01:41
Also in:
netdev
Pavan Kumar Linga [off-list ref] writes:
kernel-doc reports invalid warnings on IDPF driver patch series [1] that is submitted for review. This patch series fixes those warnings. [1]: https://lore.kernel.org/netdev/20230808003416.3805142-1-anthony.l.nguyen@intel.com/ (local) --- v1 -> v2: * Fix typos in the commit message net-next: v1 - https://lore.kernel.org/netdev/20230812002549.36286-1-pavan.kumar.linga@intel.com/ (local) These fixes are needed for the IDPF driver patch series to have a clean CI. So targeting the series to net-next instead of linux-docs. --- Pavan Kumar Linga (2): scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN] scripts: kernel-doc: fix macro handling in enums scripts/kernel-doc | 5 +++++ 1 file changed, 5 insertions(+)
I have one comment on the second patch, and I'll grumble again about not being copied on these, but I guess the series is OK. I can drop it into docs-next for the merge window. If there is some need to take it via another path, then: Acked-by: Jonathan Corbet <corbet@lwn.net> ...just let me know. Thanks, jon