Re: [PATCH 01/13] usb: core: config: Use tabs rather than spaces for new lines of args

From: Joe Perches
Date: Tue Oct 05 2021 - 10:59:51 EST


On Tue, 2021-10-05 at 13:22 +0100, Robert Greener wrote:
> This fixes the following checkpatch.pl warning at lines 28, 499, 500, 606:

Please do not bcc an entire patch set.

> diff --git a/drivers/usb/core/config.c b/drivers/usb/core/config.c
[]
> @@ -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[])

And don't send patches that likely don't compile.

A patch described as a whitespace only patch should not change
anything other that whitespace.