From: George Shore Date: Thu, 21 Jan 2010 11:40:50 +0000 (+0000) Subject: spi/dw_spi: fixed a spelling typo in a warning message. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=426c0093d8da4d7b6b0e62cda917b1bae26db4c2;p=deliverable%2Flinux.git spi/dw_spi: fixed a spelling typo in a warning message. Signed-off-by: George Shore Signed-off-by: Grant Likely --- diff --git a/drivers/spi/dw_spi.c b/drivers/spi/dw_spi.c index cf945a4cc419..d0a080a5b598 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)