Re: [PATCH] ACPI: Remove trailing whitespace

2020-11-04 Thread Maximilian Luz
On 11/4/20 6:12 PM, Joe Perches wrote: [...] I'm not too sure about the comments, but I can find the time to look over the output and adjust that if that's something you'd want me to do. Up to you. I hardly looked at the output. I'd generally prefer to use a single line comment like /* AC

Re: [PATCH] ACPI: Remove trailing whitespace

2020-11-04 Thread Rafael J. Wysocki
On Wed, Nov 4, 2020 at 6:13 PM Joe Perches wrote: > > On Wed, 2020-11-04 at 16:48 +0100, Maximilian Luz wrote: > > On 11/4/20 6:13 AM, Joe Perches wrote: > > > > [...] > > > > > > Yes. I scanned drivers/acpi for trailing whitespaces after I noticed a > > > > couple of them. I did not explicitly sc

Re: [PATCH] ACPI: Remove trailing whitespace

2020-11-04 Thread Joe Perches
On Wed, 2020-11-04 at 16:48 +0100, Maximilian Luz wrote: > On 11/4/20 6:13 AM, Joe Perches wrote: > > [...] > > > > Yes. I scanned drivers/acpi for trailing whitespaces after I noticed a > > > couple of them. I did not explicitly scan for other stuff like spaces > > > where there should be tabs,

Re: [PATCH] ACPI: Remove trailing whitespace

2020-11-04 Thread Maximilian Luz
On 11/4/20 6:13 AM, Joe Perches wrote: [...] Yes. I scanned drivers/acpi for trailing whitespaces after I noticed a couple of them. I did not explicitly scan for other stuff like spaces where there should be tabs, mostly because I haven't found a quick and reliable solution for that. I only not

Re: [PATCH] ACPI: Remove trailing whitespace

2020-11-03 Thread Joe Perches
On Tue, 2020-11-03 at 22:30 +0100, Maximilian Luz wrote: > On 11/3/20 10:12 PM, Bjorn Helgaas wrote: > > On Mon, Nov 02, 2020 at 02:36:41PM +0100, Maximilian Luz wrote: > > > Remove trailing whitespace and fix some whitespace inconsitencies while > > > at it. > > > > I'm OK with this as long as so

Re: [PATCH] ACPI: Remove trailing whitespace

2020-11-03 Thread Maximilian Luz
On 11/3/20 10:12 PM, Bjorn Helgaas wrote: On Mon, Nov 02, 2020 at 02:36:41PM +0100, Maximilian Luz wrote: Remove trailing whitespace and fix some whitespace inconsitencies while at it. I'm OK with this as long as somebody fixes the s/inconsitencies/inconsistencies/ Sorry about that, I can re

Re: [PATCH] ACPI: Remove trailing whitespace

2020-11-03 Thread Bjorn Helgaas
On Mon, Nov 02, 2020 at 02:36:41PM +0100, Maximilian Luz wrote: > Remove trailing whitespace and fix some whitespace inconsitencies while > at it. I'm OK with this as long as somebody fixes the s/inconsitencies/inconsistencies/ above. I assume you've scanned all of drivers/acpi/ for similar issue

[PATCH] ACPI: Remove trailing whitespace

2020-11-02 Thread Maximilian Luz
Remove trailing whitespace and fix some whitespace inconsitencies while at it. Signed-off-by: Maximilian Luz --- drivers/acpi/pci_irq.c | 2 +- drivers/acpi/pci_link.c | 12 ++-- drivers/acpi/power.c | 4 ++-- drivers/acpi/processor_perflib.c | 4 ++-- 4