瀏覽代碼

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 <thierry.reding@gmail.com>
Thierry Reding 9 年之前
父節點
當前提交
2b77487f2e
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/linux/pwm.h

+ 0 - 1
include/linux/pwm.h

@@ -408,7 +408,6 @@ static inline void pwm_disable(struct pwm_device *pwm)
 	pwm_apply_state(pwm, &state);
 }
 
-
 /* PWM provider APIs */
 int pwm_set_chip_data(struct pwm_device *pwm, void *data);
 void *pwm_get_chip_data(struct pwm_device *pwm);