Skip to content

Commit df572eb

Browse files
author
Linus Walleij
committed
pinctrl: cy8c95x0: Fix doc warning
One member of struct cy8c95x0_pinctrl is missing kerneldoc, which leads to warnings. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202311031342.r4To3GaD-lkp@intel.com/ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20231114-cy8c95x0-doc-v1-1-31674103ad18@linaro.org
1 parent 08e8734 commit df572eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/pinctrl/pinctrl-cy8c95x0.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ static const struct dmi_system_id cy8c95x0_dmi_acpi_irq_info[] = {
143143
* @pinctrl_desc: pin controller description
144144
* @name: Chip controller name
145145
* @tpin: Total number of pins
146+
* @gpio_reset: GPIO line handler that can reset the IC
146147
*/
147148
struct cy8c95x0_pinctrl {
148149
struct regmap *regmap;

0 commit comments

Comments
 (0)