clk: renesas: Couple of spelling fixes
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Sun, 21 Mar 2021 07:58:13 +0000 (13:28 +0530)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 24 Mar 2021 09:41:50 +0000 (10:41 +0100)
s/suposed/supposed/
s/concurent/concurrent/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210321075813.9471-1-unixbhaskar@gmail.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/renesas/r9a06g032-clocks.c

index 892e91b92f2c80f522f3a1dc09fc79ce44be73f7..1fe166e7f8bdcabae0f3505aa047c8cdada6d59f 100644 (file)
@@ -279,7 +279,7 @@ static const struct r9a06g032_clkdesc r9a06g032_clocks[] = {
        /*
         * These are not hardware clocks, but are needed to handle the special
         * case where we have a 'selector bit' that doesn't just change the
-        * parent for a clock, but also the gate it's suposed to use.
+        * parent for a clock, but also the gate it's supposed to use.
         */
        {
                .index = R9A06G032_UART_GROUP_012,
@@ -311,7 +311,7 @@ static const struct r9a06g032_clkdesc r9a06g032_clocks[] = {
 
 struct r9a06g032_priv {
        struct clk_onecell_data data;
-       spinlock_t lock; /* protects concurent access to gates */
+       spinlock_t lock; /* protects concurrent access to gates */
        void __iomem *reg;
 };