linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH docs-next v3 0/2] Fix invalid kernel-doc warnings
@ 2023-08-15 21:04 Pavan Kumar Linga
  2023-08-15 21:04 ` [PATCH docs-next v3 1/2] scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN] Pavan Kumar Linga
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pavan Kumar Linga @ 2023-08-15 21:04 UTC (permalink / raw)
  To: linux-doc, corbet
  Cc: kuba, rdunlap, emil.s.tantilov, joshua.a.hay, sridhar.samudrala,
	alan.brady, madhu.chittim, jesse.brandeburg, anthony.l.nguyen,
	willemb, decot, Pavan Kumar Linga

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/
---
v2 -> v3:
 * Changed from net-next to docs-next based on Jonathan's comment:
   https://lore.kernel.org/netdev/87pm3pv47i.fsf@meer.lwn.net/
 * 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/
v1 - https://lore.kernel.org/netdev/20230812002549.36286-1-pavan.kumar.linga@intel.com/
---

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-18 17:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-15 21:04 [PATCH docs-next v3 0/2] Fix invalid kernel-doc warnings Pavan Kumar Linga
2023-08-15 21:04 ` [PATCH docs-next v3 1/2] scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN] Pavan Kumar Linga
2023-08-15 21:04 ` [PATCH docs-next v3 2/2] scripts: kernel-doc: fix macro handling in enums Pavan Kumar Linga
2023-08-18 17:24 ` [PATCH docs-next v3 0/2] Fix invalid kernel-doc warnings Jonathan Corbet
2023-08-18 17:34   ` Linga, Pavan Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).