staging: media: lirc: Fix missing blank line warning.
authorGulsah Kose <gulsah.1004@gmail.com>
Sat, 20 Sep 2014 22:02:21 +0000 (01:02 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:39:45 +0000 (17:39 -0700)
Fixes "Missing a blank line after declarations" checkpatch.pl warning in
lirc_sasem.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/lirc/lirc_sasem.c

index d5a1641cb728236f8bf995530b673953dd61065a..86ad811fda24c1723e91ad816e97d4ca761c3f32 100644 (file)
@@ -709,6 +709,7 @@ static int sasem_probe(struct usb_interface *interface,
                struct usb_endpoint_descriptor *ep;
                int ep_dir;
                int ep_type;
+
                ep = &iface_desc->endpoint [i].desc;
                ep_dir = ep->bEndpointAddress & USB_ENDPOINT_DIR_MASK;
                ep_type = ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;