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>
This commit is contained in:
parent
20a588fcc8
commit
426c0093d8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue