From: Julia Lawall Date: Sat, 21 May 2022 11:10:32 +0000 (+0200) Subject: pwm: atmel-tcb: Fix typo in comment X-Git-Tag: v6.1~906^2~19 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=f6bc65d3eebbfbd7c2204aa72e57cf08b8d35ffe;p=mirror_ubuntu-kernels.git pwm: atmel-tcb: Fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Acked-by: Uwe Kleine-König Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/pwm-atmel-tcb.c b/drivers/pwm/pwm-atmel-tcb.c index 3977a0f9d132..2837b4ce8053 100644 --- a/drivers/pwm/pwm-atmel-tcb.c +++ b/drivers/pwm/pwm-atmel-tcb.c @@ -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;