diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-06-23 18:01:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-06-26 12:29:04 +0100 |
commit | 77cca63acc444d0eee66d3631659831b6339c95e (patch) | |
tree | 53156d2c7a8f97a9400eae8953a7e381165b1a43 /drivers/spi | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
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>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-ti-qspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-ti-qspi.c b/drivers/spi/spi-ti-qspi.c index 443f664534e1..e0e5c6aaa5cb 100644 --- a/drivers/spi/spi-ti-qspi.c +++ b/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; } |