aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorGeorge Shore <george@georgeshore.com>2010-01-21 11:40:50 +0000
committerGrant Likely <grant.likely@secretlab.ca>2010-01-21 07:24:43 -0700
commit426c0093d8da4d7b6b0e62cda917b1bae26db4c2 (patch)
tree0562494f44e79ce19831ee257ef58d08d6bbfae7 /drivers/spi
parentspi/dw_spi: add return value to empty mrst_spi_debugfs_init() (diff)
downloadlinux-dev-426c0093d8da4d7b6b0e62cda917b1bae26db4c2.tar.xz
linux-dev-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.c2
1 files changed, 1 insertions, 1 deletions
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)