UPSTREAM: spi: rockchip: Spelling s/divsor/divisor/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 14 Mar 2016 15:30:16 +0000 (16:30 +0100)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 16 Jun 2016 12:58:25 +0000 (20:58 +0800)
Change-Id: I28ae83b204b0cb81e60bfc8927e1544466b360cb
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit bb51537aa825e98b970c784f802e7e09f29df3ba)

drivers/spi/spi-rockchip.c

index 26e2688c104ec9e6ba314264b63318a65048596f..bfeb0d4c7ee0ec923d3906b847c5be4250c7e02f 100644 (file)
@@ -527,7 +527,7 @@ static void rockchip_spi_config(struct rockchip_spi *rs)
        if (WARN_ON(rs->speed > MAX_SCLK_OUT))
                rs->speed = MAX_SCLK_OUT;
 
-       /* the minimum divsor is 2 */
+       /* the minimum divisor is 2 */
        if (rs->max_freq < 2 * rs->speed) {
                clk_set_rate(rs->spiclk, 2 * rs->speed);
                rs->max_freq = clk_get_rate(rs->spiclk);