Browse Source

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>
George Shore 15 years ago
parent
commit
426c0093d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/spi/dw_spi.c

+ 1 - 1
drivers/spi/dw_spi.c

@@ -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)