diff options
author | George Shore <george@georgeshore.com> | 2010-01-21 11:40:50 +0000 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-01-21 07:24:43 -0700 |
commit | 426c0093d8da4d7b6b0e62cda917b1bae26db4c2 (patch) | |
tree | 0562494f44e79ce19831ee257ef58d08d6bbfae7 /drivers/spi | |
parent | 20a588fcc862df79d8fcafbc41950e3ae93dea09 (diff) | |
download | linux-3.10-426c0093d8da4d7b6b0e62cda917b1bae26db4c2.tar.gz linux-3.10-426c0093d8da4d7b6b0e62cda917b1bae26db4c2.tar.bz2 linux-3.10-426c0093d8da4d7b6b0e62cda917b1bae26db4c2.zip |
spi/dw_spi: fixed a spelling typo in a warning message.
Signed-off-by: George Shore <george@georgeshore.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/dw_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/dw_spi.c b/drivers/spi/dw_spi.c index cf945a4cc41..d0a080a5b59 100644 --- a/drivers/spi/dw_spi.c +++ b/drivers/spi/dw_spi.c @@ -169,7 +169,7 @@ static void wait_till_not_busy(struct dw_spi *dws) return; } 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) |