summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-11-14 14:30:04 +0100
committerLinus Walleij <linus.walleij@linaro.org>2023-11-14 14:47:55 +0100
commitdf572eba4e6211c6187fa81a0cc1199da1902f63 (patch)
tree0bcdb6f5ec40cfd62d15b2c9ac54f6fe68a4025d /drivers/pinctrl
parent08e8734d877a9a0fb8af1254a4ce58734fbef296 (diff)
downloadlinux-stable-df572eba4e6211c6187fa81a0cc1199da1902f63.tar.gz
linux-stable-df572eba4e6211c6187fa81a0cc1199da1902f63.tar.bz2
linux-stable-df572eba4e6211c6187fa81a0cc1199da1902f63.zip
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
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r--drivers/pinctrl/pinctrl-cy8c95x0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/pinctrl-cy8c95x0.c b/drivers/pinctrl/pinctrl-cy8c95x0.c
index 04285c930e94..4ccfa99ed93a 100644
--- a/drivers/pinctrl/pinctrl-cy8c95x0.c
+++ b/drivers/pinctrl/pinctrl-cy8c95x0.c
@@ -143,6 +143,7 @@ static const struct dmi_system_id cy8c95x0_dmi_acpi_irq_info[] = {
* @pinctrl_desc: pin controller description
* @name: Chip controller name
* @tpin: Total number of pins
+ * @gpio_reset: GPIO line handler that can reset the IC
*/
struct cy8c95x0_pinctrl {
struct regmap *regmap;