Re: [PATCH] ipc: whitespace cleanup

2014-01-07 Thread Davidlohr Bueso
On Tue, 2014-01-07 at 09:24 -0800, Joe Perches wrote: > On Tue, 2014-01-07 at 09:12 -0800, Davidlohr Bueso wrote: > > On Tue, 2013-12-24 at 16:02 +0100, Manfred Spraul wrote: > > > The ipc code does not adhere the typical linux coding style. > > > This patch fixes lots of simple whitespace errors.

Re: [PATCH] ipc: whitespace cleanup

2014-01-07 Thread Joe Perches
On Tue, 2014-01-07 at 09:12 -0800, Davidlohr Bueso wrote: > On Tue, 2013-12-24 at 16:02 +0100, Manfred Spraul wrote: > > The ipc code does not adhere the typical linux coding style. > > This patch fixes lots of simple whitespace errors. > > While it's no big deal, the title of the patch doesn't re

Re: [PATCH] ipc: whitespace cleanup

2014-01-07 Thread Davidlohr Bueso
On Tue, 2013-12-24 at 16:02 +0100, Manfred Spraul wrote: > The ipc code does not adhere the typical linux coding style. > This patch fixes lots of simple whitespace errors. While it's no big deal, the title of the patch doesn't really reflect the actual changes as it deals with much more than just

Re: [PATCH] ipc: whitespace cleanup

2013-12-24 Thread Rik van Riel
On 12/24/2013 10:02 AM, Manfred Spraul wrote: > The ipc code does not adhere the typical linux coding style. > This patch fixes lots of simple whitespace errors. > > - mostly autogenerated by > scripts/checkpatch.pl -f --fix \ > --types=pointer_location,spacing,space_before_tab > - one man

[PATCH] ipc: whitespace cleanup

2013-12-24 Thread Manfred Spraul
The ipc code does not adhere the typical linux coding style. This patch fixes lots of simple whitespace errors. - mostly autogenerated by scripts/checkpatch.pl -f --fix \ --types=pointer_location,spacing,space_before_tab - one manual fixup (keep structure members tab-aligned) - removal o