Message ID | 1412284222-5855-1-git-send-email-mhei@heimpold.de (mailing list archive) |
---|---|
State | Accepted |
Commit | a44619c31c203257fe9704e41c714f35d9990018 |
Headers | show |
On Thu, Oct 02, 2014 at 11:10:22PM +0200, Michael Heimpold wrote:
> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Applied, thanks.
diff --git a/drivers/spi/spi-mxs.c b/drivers/spi/spi-mxs.c index 2884f0c..74f2ba0 100644 --- 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 transfer * when the actual rate is not quite the same as requested rate. */ spi->sck = hz;
Signed-off-by: Michael Heimpold <mhei@heimpold.de> --- drivers/spi/spi-mxs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)