diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-01-24 15:35:02 -0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-01-25 12:39:15 +0000 |
commit | 22913a63b477c5f167012d4f1265d023a102c1fe (patch) | |
tree | 0c0838a67386cba1df29a80ac09a417722f3c097 /drivers/spi/Kconfig | |
parent | ee8d422c91d87ebe230769b2cb89f087e56b560a (diff) |
spi: Kconfig: fix a spelling mistake & hyphenation
Correct a spelling mistake (reported by codespell).
Also hyphenate "8-bit".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: linux-spi@vger.kernel.org
Link: https://lore.kernel.org/r/20230124233502.23330-1-rdunlap@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 3b1c0878bb85..df96a6c2e633 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -247,7 +247,7 @@ config SPI_CADENCE_XSPI Enable support for the Cadence XSPI Flash controller. Cadence XSPI is a specialized controller for connecting an SPI - Flash over upto 8bit wide bus. Enable this option if you have a + Flash over up to 8-bit wide bus. Enable this option if you have a device with a Cadence XSPI controller and want to access the Flash as an MTD device. |