Skip to content

Commit 8a9ebe8

Browse files
rddunlapBartosz Golaszewski
authored andcommitted
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>
1 parent 11439c4 commit 8a9ebe8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/linux/timb_gpio.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
/**
1111
* struct timbgpio_platform_data - Platform data of the Timberdale GPIO driver
12-
* @gpio_base The number of the first GPIO pin, set to -1 for
12+
* @gpio_base: The number of the first GPIO pin, set to -1 for
1313
* dynamic number allocation.
14-
* @nr_pins Number of pins that is supported by the hardware (1-32)
15-
* @irq_base If IRQ is supported by the hardware, this is the base
14+
* @nr_pins: Number of pins that is supported by the hardware (1-32)
15+
* @irq_base: If IRQ is supported by the hardware, this is the base
1616
* number of IRQ:s. One IRQ per pin will be used. Set to
1717
* -1 if IRQ:s is not supported.
1818
*/

0 commit comments

Comments
 (0)