Re: [PATCH v3 01/02] staging: kpc2000: code style: fix alignment issues

2021-02-21 Thread Greg KH
On Fri, Feb 19, 2021 at 07:34:11PM +0300, Nikolay Kyx wrote: > This patch fixes the following checkpatch.pl check: > > CHECK: Alignment should match open parenthesis > > in files kpc2000_i2c.c kpc2000_spi.c > > Signed-off-by: Nikolay Kyx > --- > > Additionally some style warnings remain valid

[PATCH v3 01/02] staging: kpc2000: code style: fix alignment issues

2021-02-19 Thread Nikolay Kyx
This patch fixes the following checkpatch.pl check: CHECK: Alignment should match open parenthesis in files kpc2000_i2c.c kpc2000_spi.c Signed-off-by: Nikolay Kyx --- Additionally some style warnings remain valid here and could be fixed by another patch. v2: Edited changelog, as suggested by