staging: media: lirc: Fixes missing blank line warning.
authorGulsah Kose <gulsah.1004@gmail.com>
Sat, 20 Sep 2014 22:20:44 +0000 (01:20 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:40:44 +0000 (17:40 -0700)
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>
drivers/staging/media/lirc/lirc_serial.c

index bae0d467093eeb1d96dfd72fc6dd79a44d22bdc6..80d2e28a1fffe2ff314b25f3a80338f4ced94eb2 100644 (file)
@@ -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;