Skip to content

Commit

Permalink
spi/dw_spi: fixed a spelling typo in a warning message.
Browse files Browse the repository at this point in the history
Signed-off-by: George Shore <george@georgeshore.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
George Shore authored and Grant Likely committed Jan 21, 2010
1 parent 20a588f commit 426c009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/dw_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 426c009

Please sign in to comment.