]> git.baikalelectronics.ru Git - kernel.git/commit
pwm: Add missing newline
authorThierry Reding <thierry.reding@gmail.com>
Mon, 2 May 2016 10:05:55 +0000 (12:05 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 3 May 2016 11:57:03 +0000 (13:57 +0200)
commit3dfa180324537e3af257ae0bd8ce0a895fb86fe3
tree088d73faabe0aa78e36c246f8701febc925f27f1
parent3039f62d3fccb077513a4ffae4d1ef4609c1b724
pwm: Add missing newline

checkpatch requires that declarations be separated from code by a blank
line. Add one for readability and to silence the warning.

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