From: Bartosz Golaszewski Date: Thu, 17 Aug 2023 19:44:49 +0000 (+0200) Subject: gpio: pca9570: fix kerneldoc X-Git-Tag: v6.6-rc1~164^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82dbbfdf8f7ecc7381ce2adb22778418d520d84c;p=thirdparty%2Fkernel%2Flinux.git gpio: pca9570: fix kerneldoc While renaming one of the fields in the driver data struct, the kerneldoc was not updated which apparently angers the test robot now. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202308171538.nKKUOtbg-lkp@intel.com/ Fixes: a3f7c1d6ddcb ("gpio: pca9570: rename platform_data to chip_data") Signed-off-by: Bartosz Golaszewski Reviewed-by: Andy Shevchenko --- diff --git a/drivers/gpio/gpio-pca9570.c b/drivers/gpio/gpio-pca9570.c index d8db80ef1293a..d37ba40493683 100644 --- a/drivers/gpio/gpio-pca9570.c +++ b/drivers/gpio/gpio-pca9570.c @@ -30,7 +30,7 @@ struct pca9570_chip_data { /** * struct pca9570 - GPIO driver data * @chip: GPIO controller chip - * @p_data: GPIO controller platform data + * @chip_data: GPIO controller platform data * @lock: Protects write sequences * @out: Buffer for device register */