]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
pwm: atmel-tcb: Fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:32 +0000 (13:10 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 22 Jun 2022 13:33:13 +0000 (15:33 +0200)
Spelling mistake (triple letters) in comment. Detected with the help of
Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-atmel-tcb.c

index 3977a0f9d132ff0c7c818ae8bcbf533862205b72..2837b4ce8053ca4d49037d8531b02f107e0e759d 100644 (file)
@@ -304,7 +304,7 @@ static int atmel_tcb_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm,
        /*
         * Find best clk divisor:
         * the smallest divisor which can fulfill the period_ns requirements.
-        * If there is a gclk, the first divisor is actuallly the gclk selector
+        * If there is a gclk, the first divisor is actually the gclk selector
         */
        if (tcbpwmc->gclk)
                i = 1;