UPSTREAM: pwm: Remove gratuitous blank line
authorThierry Reding <thierry.reding@gmail.com>
Fri, 10 Jun 2016 13:49:53 +0000 (15:49 +0200)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 6 Mar 2017 10:28:40 +0000 (18:28 +0800)
Commit 5ec803edcb70 ("pwm: Add core infrastructure to allow atomic
updates") introduced this double blank line by mistake.

Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
(cherry picked from commit 2b77487f2e8ff7e6496a7f5a08839de9bbb39ab3)

Change-Id: Ie84fc2496ae6ca111386fa42ab31b8ab0559bece
Signed-off-by: David Wu <david.wu@rock-chips.com>
include/linux/pwm.h

index 851af330562a771e6c43281aa6b24e3112b1cc45..2c6c5114c089456cf0d3bac380a922132b077b7d 100644 (file)
@@ -426,7 +426,6 @@ static inline void pwm_disable(struct pwm_device *pwm)
        pwm_apply_state(pwm, &state);
 }
 
-
 /* PWM provider APIs */
 int pwm_capture(struct pwm_device *pwm, struct pwm_capture *result,
                unsigned long timeout);