Commit 426c0093 authored by George Shore's avatar George Shore Committed by Grant Likely

spi/dw_spi: fixed a spelling typo in a warning message.

Signed-off-by: default avatarGeorge Shore <george@georgeshore.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 20a588fc
...@@ -169,7 +169,7 @@ static void wait_till_not_busy(struct dw_spi *dws) ...@@ -169,7 +169,7 @@ static void wait_till_not_busy(struct dw_spi *dws)
return; return;
} }
dev_err(&dws->master->dev, dev_err(&dws->master->dev,
"DW SPI: Stutus keeps busy for 1000us after a read/write!\n"); "DW SPI: Status keeps busy for 1000us after a read/write!\n");
} }
static void flush(struct dw_spi *dws) static void flush(struct dw_spi *dws)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment