mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
pwm: atmel-tcb: Fix typo in comment
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>
This commit is contained in:
parent
0829c35dc5
commit
f6bc65d3ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user