Explorar el Código

spi: ti-qspi: spelling mistake: "trasnfers" -> "transfers"

trivial fix to spelling mistake in dev_dbg message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Colin Ian King hace 9 años
padre
commit
77cca63acc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      drivers/spi/spi-ti-qspi.c

+ 1 - 1
drivers/spi/spi-ti-qspi.c

@@ -141,7 +141,7 @@ static int ti_qspi_setup(struct spi_device *spi)
 	u32 clk_ctrl_reg, clk_rate, clk_mask;
 
 	if (spi->master->busy) {
-		dev_dbg(qspi->dev, "master busy doing other trasnfers\n");
+		dev_dbg(qspi->dev, "master busy doing other transfers\n");
 		return -EBUSY;
 	}