mirror of https://gitee.com/openkylin/linux.git
staging: media: lirc: Fixes missing blank line warning.
Fixes "Missing a blank line after declarations" checkpatch.pl warning in lirc_serial.c Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a5613fe896
commit
5ad6ae1acf
|
@ -496,6 +496,7 @@ static long send_pulse_homebrew_softcarrier(unsigned long length)
|
|||
{
|
||||
int flag;
|
||||
unsigned long actual, target, d;
|
||||
|
||||
length <<= 8;
|
||||
|
||||
actual = 0; target = 0; flag = 0;
|
||||
|
|
Loading…
Reference in New Issue