This fixes the following checkpatch.pl warning at lines 28, 499, 500, 606: WARNING:LEADING_SPACE: please, no spaces at the start of a line Signed-off-by: Robert Greener <rob@xxxxxxxxxxxxxx> --- drivers/usb/core/config.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/usb/core/config.c b/drivers/usb/core/config.c index b199eb65f378..52b0edee5b55 100644 --- a/drivers/usb/core/config.c +++ b/drivers/usb/core/config.c @@ -25,7 +25,7 @@ static inline const char *plural(int n) } static int find_next_descriptor(unsigned char *buffer, int size, - int dt1, int dt2, int *num_skipped) + int dt1, int dt2, int *num_skipped) { struct usb_descriptor_header *h; int n = 0; @@ -496,8 +496,8 @@ void usb_release_interface_cache(struct kref *ref) } static int usb_parse_interface(struct device *ddev, int cfgno, - struct usb_host_config *config, unsigned char *buffer, int size, - u8 inums[], u8 nalts[]) + struct usb_host_config *config, unsigned char *buffer, int size, + s[], u8 nalts[]) { unsigned char *buffer0 = buffer; struct usb_interface_descriptor *d; @@ -603,7 +603,7 @@ static int usb_parse_interface(struct device *ddev, int cfgno, } static int usb_parse_configuration(struct usb_device *dev, int cfgidx, - struct usb_host_config *config, unsigned char *buffer, int size) + struct usb_host_config *config, unsigned char *buffer, int size) { struct device *ddev = &dev->dev; unsigned char *buffer0 = buffer; -- 2.32.0