mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-28 16:53:49 +00:00
pinctrl: aw9523: fix kerneldoc for _aw9523_gpio_get_multiple()
The parameters' descriptions are wrong, drop the invalid ones and document the ones that are missing the description. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Link: https://lore.kernel.org/20241010080347.7759-1-brgl@bgdev.pl Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
07963c0206
commit
07d944b99c
@ -550,10 +550,10 @@ static int aw9523_gpio_get(struct gpio_chip *chip, unsigned int offset)
|
||||
|
||||
/**
|
||||
* _aw9523_gpio_get_multiple - Get I/O state for an entire port
|
||||
* @regmap: Regmap structure
|
||||
* @pin: gpiolib pin number
|
||||
* @awi: Controller data
|
||||
* @regbit: hw pin index, used to retrieve port number
|
||||
* @state: returned port I/O state
|
||||
* @mask: lines to read values for
|
||||
*
|
||||
* Return: Zero for success or negative number for error
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user