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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Randy Dunlap and committed by
Bartosz Golaszewski
8a9ebe8c 11439c46

+3 -3
+3 -3
include/linux/timb_gpio.h
··· 9 9 10 10 /** 11 11 * 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 13 13 * 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 16 16 * number of IRQ:s. One IRQ per pin will be used. Set to 17 17 * -1 if IRQ:s is not supported. 18 18 */