Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f802802 authored by Gulsah Kose's avatar Gulsah Kose Committed by Greg Kroah-Hartman
Browse files

staging: media: lirc: Fix missing blank line warning.



Fixes "Missing a blank line after declarations" checkpatch.pl warning in
lirc_sasem.c

Signed-off-by: default avatarGulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a87ba73e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -709,6 +709,7 @@ static int sasem_probe(struct usb_interface *interface,
		struct usb_endpoint_descriptor *ep;
		struct usb_endpoint_descriptor *ep;
		int ep_dir;
		int ep_dir;
		int ep_type;
		int ep_type;

		ep = &iface_desc->endpoint [i].desc;
		ep = &iface_desc->endpoint [i].desc;
		ep_dir = ep->bEndpointAddress & USB_ENDPOINT_DIR_MASK;
		ep_dir = ep->bEndpointAddress & USB_ENDPOINT_DIR_MASK;
		ep_type = ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
		ep_type = ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;