mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
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 <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202308171538.nKKUOtbg-lkp@intel.com/
Fixes: a3f7c1d6dd ("gpio: pca9570: rename platform_data to chip_data")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
@@ -30,7 +30,7 @@ struct pca9570_chip_data {
|
|||||||
/**
|
/**
|
||||||
* struct pca9570 - GPIO driver data
|
* struct pca9570 - GPIO driver data
|
||||||
* @chip: GPIO controller chip
|
* @chip: GPIO controller chip
|
||||||
* @p_data: GPIO controller platform data
|
* @chip_data: GPIO controller platform data
|
||||||
* @lock: Protects write sequences
|
* @lock: Protects write sequences
|
||||||
* @out: Buffer for device register
|
* @out: Buffer for device register
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user