]> Gentwo Git Trees - linux/.git/commit
gpio: regmap: fix kernel-doc notation
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 28 Nov 2025 06:27:39 +0000 (22:27 -0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 28 Nov 2025 11:58:05 +0000 (12:58 +0100)
commitf01c0f7ee59fce16e5bae92a2d388a8a6fdf3f0f
tree41ca6f733bb37ccd59c807df51e19fa4ac9623fc
parent54a2df5afa2382d6fd1168a3caf151f50c68dfea
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>
include/linux/gpio/regmap.h