]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pwm: atmel: Fix checkpatch warnings
authorThierry Reding <thierry.reding@gmail.com>
Mon, 11 Jul 2016 10:14:34 +0000 (12:14 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 11 Jul 2016 10:49:36 +0000 (12:49 +0200)
commit313b78efea71229e0c48d50ed5527a3c34f3e4eb
tree07c3aa63d684e22b4e587777f31304ff3825dc4e
parentf718c54c1abab7171d375112bffd199046749953
pwm: atmel: Fix checkpatch warnings

Avoid an overly long line by moving a comment around, and remove a use
of else-after-return.

Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-atmel.c