spi/dw_spi: fixed a spelling typo in a warning message.
authorGeorge Shore <george@georgeshore.com>
Thu, 21 Jan 2010 11:40:50 +0000 (11:40 +0000)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 21 Jan 2010 14:24:43 +0000 (07:24 -0700)
Signed-off-by: George Shore <george@georgeshore.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/dw_spi.c

index cf945a4cc419c1e66a4849c8160c7c05e63914e2..d0a080a5b5981e5a37e75f7f25ce2a17773429cc 100644 (file)
@@ -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)
This page took 0.024881 seconds and 5 git commands to generate.