Skip to content

Commit

Permalink
spi: spi-mxs: fix a tiny typo in a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Michael Heimpold authored and Mark Brown committed Oct 3, 2014
1 parent 7d1311b commit a44619c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/spi-mxs.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static int mxs_spi_setup_transfer(struct spi_device *dev,
mxs_ssp_set_clk_rate(ssp, hz);
/*
* Save requested rate, hz, rather than the actual rate,
* ssp->clk_rate. Otherwise we would set the rate every trasfer
* ssp->clk_rate. Otherwise we would set the rate every transfer
* when the actual rate is not quite the same as requested rate.
*/
spi->sck = hz;
Expand Down

0 comments on commit a44619c

Please sign in to comment.