]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpio: timberdale: repair kernel-doc comments
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 1 Mar 2026 01:48:22 +0000 (17:48 -0800)
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Mon, 2 Mar 2026 09:04:19 +0000 (10:04 +0100)
commit8a9ebe8c3ca4c5bdad8f010656f4c2155da589fd
treed81c6f469b7d60aee4b68acfa34056e864e83694
parent11439c4635edd669ae435eec308f4ab8a0804808
gpio: timberdale: repair kernel-doc comments

Use a ':' after struct member names to avoid kernel-doc warnings:

Warning: include/linux/timb_gpio.h:22 struct member 'gpio_base' not
 described in 'timbgpio_platform_data'
Warning: include/linux/timb_gpio.h:22 struct member 'nr_pins' not
 described in 'timbgpio_platform_data'
Warning: include/linux/timb_gpio.h:22 struct member 'irq_base' not
 described in 'timbgpio_platform_data'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260301014822.3133268-1-rdunlap@infradead.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
include/linux/timb_gpio.h