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

Commit 812219ab authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

USB: usb.h: checkpatch cleanups



Minor formatting changes to clean up the file.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent aa84dfc4
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ void usb_put_intf(struct usb_interface *intf);

/* this maximum is arbitrary */
#define USB_MAXINTERFACES	32
#define USB_MAXIADS		USB_MAXINTERFACES/2
#define USB_MAXIADS		(USB_MAXINTERFACES/2)

/**
 * struct usb_interface_cache - long-term representation of a device interface