Skip to content

Commit 644f315

Browse files
covanambroonie
authored andcommitted
spi: pl022: update description of internal_cs_control()
The arguments of internal_cs_control() was changed, but its description was not updated. Update the description to match the expected arguments. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202312151816.munFeE4L-lkp@intel.com/ Signed-off-by: Nam Cao <namcao@linutronix.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://msgid.link/r/4036d8d5845c04179f330f83e825a3921aa50c5a.1702639801.git.namcao@linutronix.de Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent e695c1f commit 644f315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/spi-pl022.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ struct chip_data {
419419
/**
420420
* internal_cs_control - Control chip select signals via SSP_CSR.
421421
* @pl022: SSP driver private data structure
422-
* @command: select/delect the chip
422+
* @enable: select/delect the chip
423423
*
424424
* Used on controller with internal chip select control via SSP_CSR register
425425
* (vendor extension). Each of the 5 LSB in the register controls one chip

0 commit comments

Comments
 (0)