USB: usb.h: checkpatch cleanups
Minor formatting changes to clean up the file. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user