[PATCH docs-next v3 0/2] Fix invalid kernel-doc warnings
From: Pavan Kumar Linga <hidden>
Date: 2023-08-15 21:07:06
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) --- v2 -> v3: * Changed from net-next to docs-next based on Jonathan's comment: https://lore.kernel.org/netdev/87pm3pv47i.fsf@meer.lwn.net/ (local) * Added a 'Cc' tag in the commit message (patch 2): * Replaced ".*" with "[^;]*" in the regex v1 -> v2: * Fix typos in the commit message net-next: v2 - https://lore.kernel.org/netdev/20230814170720.46229-1-pavan.kumar.linga@intel.com/ (local) v1 - https://lore.kernel.org/netdev/20230812002549.36286-1-pavan.kumar.linga@intel.com/ (local) --- 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(+) -- 2.38.1