From: Michael Heimpold Date: Thu, 2 Oct 2014 21:10:22 +0000 (+0200) Subject: spi: spi-mxs: fix a tiny typo in a comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a44619c31c203257fe9704e41c714f35d9990018;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git spi: spi-mxs: fix a tiny typo in a comment Signed-off-by: Michael Heimpold Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spi-mxs.c b/drivers/spi/spi-mxs.c index 2884f0c2f5f0..74f2ba0ccf71 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;