]> Git Repo - J-linux.git/commitdiff
spi: pl022: update description of internal_cs_control()
authorNam Cao <[email protected]>
Fri, 15 Dec 2023 11:33:38 +0000 (12:33 +0100)
committerMark Brown <[email protected]>
Fri, 15 Dec 2023 12:58:18 +0000 (12:58 +0000)
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 <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Nam Cao <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Link: https://msgid.link/r/4036d8d5845c04179f330f83e825a3921aa50c5a.1702639801.git.namcao@linutronix.de
Signed-off-by: Mark Brown <[email protected]>
drivers/spi/spi-pl022.c

index bdec67cf45f2dcbd2f8bd42233d88f7e14e79b0f..de63cf0557cec758071707b0a0f1521ece019d50 100644 (file)
@@ -419,7 +419,7 @@ struct chip_data {
 /**
  * internal_cs_control - Control chip select signals via SSP_CSR.
  * @pl022: SSP driver private data structure
- * @command: select/delect the chip
+ * @enable: select/delect the chip
  *
  * Used on controller with internal chip select control via SSP_CSR register
  * (vendor extension). Each of the 5 LSB in the register controls one chip
This page took 0.057202 seconds and 4 git commands to generate.