diff options
| author | Bartosz Golaszewski <[email protected]> | 2023-08-17 19:44:49 +0000 |
|---|---|---|
| committer | Bartosz Golaszewski <[email protected]> | 2023-08-21 08:39:58 +0000 |
| commit | 82dbbfdf8f7ecc7381ce2adb22778418d520d84c (patch) | |
| tree | 319d6dcc9479ed3388fcedb1542b9f5ef9ae45b5 /drivers/gpio/gpio-pca9570.c | |
| parent | gpio: sim: simplify code with cleanup helpers (diff) | |
| download | kernel-82dbbfdf8f7ecc7381ce2adb22778418d520d84c.tar.gz kernel-82dbbfdf8f7ecc7381ce2adb22778418d520d84c.zip | |
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 <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Fixes: a3f7c1d6ddcb ("gpio: pca9570: rename platform_data to chip_data")
Signed-off-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Diffstat (limited to 'drivers/gpio/gpio-pca9570.c')
| -rw-r--r-- | drivers/gpio/gpio-pca9570.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pca9570.c b/drivers/gpio/gpio-pca9570.c index d8db80ef1293..d37ba4049368 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 */ |
