[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <3ee1984f331b6b283f95bed303dc3d3e7e363460.camel@perches.com>
Date: Tue, 05 Oct 2021 07:59:43 -0700
From: Joe Perches <joe@...ches.com>
To: Robert Greener <rob@...greener.com>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 01/13] usb: core: config: Use tabs rather than spaces
for new lines of args
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.
Powered by blists - more mailing lists