Skip to content

Commit 82dbbfd

Browse files
author
Bartosz Golaszewski
committed
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: a3f7c1d ("gpio: pca9570: rename platform_data to chip_data") Signed-off-by: Bartosz Golaszewski <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]>
1 parent 3faf89f commit 82dbbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/gpio-pca9570.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct pca9570_chip_data {
3030
/**
3131
* struct pca9570 - GPIO driver data
3232
* @chip: GPIO controller chip
33-
* @p_data: GPIO controller platform data
33+
* @chip_data: GPIO controller platform data
3434
* @lock: Protects write sequences
3535
* @out: Buffer for device register
3636
*/

0 commit comments

Comments
 (0)