diff mbox series

spi: hisi-sfc-v3xx: Fix a typo ("duall")

Message ID 20221103190052.915755-1-j.neuschaefer@gmx.net
State Accepted
Commit d82316d3cf1fcecd461b80ddb97d9ea6d7cba60d
Headers show
Series spi: hisi-sfc-v3xx: Fix a typo ("duall") | expand

Commit Message

Jonathan Neuschäfer Nov. 3, 2022, 7 p.m. UTC
Simple typo, simple fix.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 drivers/spi/spi-hisi-sfc-v3xx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.35.1

Comments

Jay Fang Nov. 5, 2022, 7:20 a.m. UTC | #1
On 2022/11/4 3:00, Jonathan Neuschäfer wrote:
> Simple typo, simple fix.
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  drivers/spi/spi-hisi-sfc-v3xx.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/spi/spi-hisi-sfc-v3xx.c b/drivers/spi/spi-hisi-sfc-v3xx.c
> index d3a23b1c2a4c5..f07d1045a30a2 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,
> --
> 2.35.1
> 
> .
> 
Thanks

Acked-by: Jay Fang <f.fangjian@huawei.com>
diff mbox series

Patch

diff --git a/drivers/spi/spi-hisi-sfc-v3xx.c b/drivers/spi/spi-hisi-sfc-v3xx.c
index d3a23b1c2a4c5..f07d1045a30a2 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,