diff options
author | Nam Cao <namcao@linutronix.de> | 2023-12-15 12:33:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-15 12:58:18 +0000 |
commit | 644f315d12ea29a67bc985d06ab0962452eb3605 (patch) | |
tree | 400887fd13bebca9711db8c8550a0ce7b07fd2f6 /drivers/spi/spi-pl022.c | |
parent | e695c1fc5a3db1e161abe8061d715a504aff3f9f (diff) | |
download | linux-stable-644f315d12ea29a67bc985d06ab0962452eb3605.tar.gz linux-stable-644f315d12ea29a67bc985d06ab0962452eb3605.tar.bz2 linux-stable-644f315d12ea29a67bc985d06ab0962452eb3605.zip |
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>
Diffstat (limited to 'drivers/spi/spi-pl022.c')
-rw-r--r-- | drivers/spi/spi-pl022.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index bdec67cf45f2..de63cf0557ce 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c @@ -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 |