Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: regmap: fix kernel-doc notation

Add a ':' to the end of struct member names to prevent kernel-doc
warnings:

Warning: include/linux/gpio/regmap.h:108 struct member 'regmap_irq_line'
not described in 'gpio_regmap_config'
Warning: include/linux/gpio/regmap.h:108 struct member 'regmap_irq_flags'
not described in 'gpio_regmap_config'

Fixes: 553b75d4bfe9 ("gpio: regmap: Allow to allocate regmap-irq device")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Michael Walle <mwalle@kernel.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20251128062739.845403-1-rdunlap@infradead.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

authored by

Randy Dunlap and committed by
Bartosz Golaszewski
f01c0f7e 54a2df5a

+2 -2
+2 -2
include/linux/gpio/regmap.h
··· 50 50 * @regmap_irq_chip: (Optional) Pointer on an regmap_irq_chip structure. If 51 51 * set, a regmap-irq device will be created and the IRQ 52 52 * domain will be set accordingly. 53 - * @regmap_irq_line (Optional) The IRQ the device uses to signal interrupts. 54 - * @regmap_irq_flags (Optional) The IRQF_ flags to use for the interrupt. 53 + * @regmap_irq_line: (Optional) The IRQ the device uses to signal interrupts. 54 + * @regmap_irq_flags: (Optional) The IRQF_ flags to use for the interrupt. 55 55 * 56 56 * The ->reg_mask_xlate translates a given base address and GPIO offset to 57 57 * register and mask pair. The base address is one of the given register