diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2022-11-03 22:00:52 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-03 22:34:33 +0300 |
commit | d82316d3cf1fcecd461b80ddb97d9ea6d7cba60d (patch) | |
tree | a22ed50ce20e1a1db272a90dfcae9a0a6f647075 /drivers/spi/spi-hisi-sfc-v3xx.c | |
parent | 6c6c49f2c0993ab3ea4bb71a12c800afd0c59e30 (diff) | |
download | linux-d82316d3cf1fcecd461b80ddb97d9ea6d7cba60d.tar.xz |
spi: hisi-sfc-v3xx: Fix a typo ("duall")
Simple typo, simple fix.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20221103190052.915755-1-j.neuschaefer@gmx.net
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-hisi-sfc-v3xx.c')
-rw-r--r-- | drivers/spi/spi-hisi-sfc-v3xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-hisi-sfc-v3xx.c b/drivers/spi/spi-hisi-sfc-v3xx.c index d3a23b1c2a4c..f07d1045a30a 100644 --- a/drivers/spi/spi-hisi-sfc-v3xx.c +++ b/drivers/spi/spi-hisi-sfc-v3xx.c @@ -165,7 +165,7 @@ static int hisi_sfc_v3xx_adjust_op_size(struct spi_mem *mem, } /* - * The controller only supports Standard SPI mode, Duall mode and + * The controller only supports Standard SPI mode, Dual mode and * Quad mode. Double sanitize the ops here to avoid OOB access. */ static bool hisi_sfc_v3xx_supports_op(struct spi_mem *mem, |