]> Gentwo Git Trees - linux/.git/commit
irqdomain: Add missing parameter descriptions in kernel-doc comments
authorHerve Codina <herve.codina@bootlin.com>
Mon, 27 May 2024 16:14:36 +0000 (18:14 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 5 Jun 2024 15:41:42 +0000 (17:41 +0200)
commitb4dc049ea3ea98df58820f988c7c9578aa076f72
treec7d82d1ea1921853a67520b56dd221c18309ac2a
parentcb06c9826991c746039d076df10d40819f88a6bc
irqdomain: Add missing parameter descriptions in kernel-doc comments

During compilation, several warning of the following form were raised:
  Function parameter or struct member 'x' not described in 'yyy'

Add the missing function parameter descriptions.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240527161450.326615-10-herve.codina@bootlin.com
kernel/irq/irqdomain.c