projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1311b
)
spi: spi-mxs: fix a tiny typo in a comment
author
Michael Heimpold
<mhei@heimpold.de>
Thu, 2 Oct 2014 21:10:22 +0000
(23:10 +0200)
committer
Mark Brown
<broonie@kernel.org>
Fri, 3 Oct 2014 09:33:57 +0000
(10:33 +0100)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mxs.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-mxs.c
b/drivers/spi/spi-mxs.c
index 2884f0c2f5f05a086621102e847c2bfbefcb215e..74f2ba0ccf713770fde31b61b583c069aa771f39 100644
(file)
--- a/
drivers/spi/spi-mxs.c
+++ b/
drivers/spi/spi-mxs.c
@@
-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 tra
n
sfer
* when the actual rate is not quite the same as requested rate.
*/
spi->sck = hz;