From: Thierry Reding Date: Fri, 10 Jun 2016 13:49:53 +0000 (+0200) Subject: UPSTREAM: pwm: Remove gratuitous blank line X-Git-Tag: firefly_0821_release~426 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=96e741fe6b42addbc0e46d110e7dcc0266f2cc29;p=firefly-linux-kernel-4.4.55.git UPSTREAM: pwm: Remove gratuitous blank line Commit 5ec803edcb70 ("pwm: Add core infrastructure to allow atomic updates") introduced this double blank line by mistake. Signed-off-by: Thierry Reding (cherry picked from commit 2b77487f2e8ff7e6496a7f5a08839de9bbb39ab3) Change-Id: Ie84fc2496ae6ca111386fa42ab31b8ab0559bece Signed-off-by: David Wu --- diff --git a/include/linux/pwm.h b/include/linux/pwm.h index 851af330562a..2c6c5114c089 100644 --- a/include/linux/pwm.h +++ b/include/linux/pwm.h @@ -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);