Re: [PATCH] KPC2000: kpc2000_spi.c: Fix alignment and style problems.

2019-10-09 Thread Dan Carpenter
On Tue, Oct 08, 2019 at 08:50:39PM -0700, Chandra Annamaneni wrote: > diff --git a/drivers/staging/kpc2000/kpc2000_spi.c > b/drivers/staging/kpc2000/kpc2000_spi.c > index 3be33c4..a20f2d7 100644 > --- a/drivers/staging/kpc2000/kpc2000_spi.c > +++ b/drivers/staging/kpc2000/kpc2000_spi.c > @@ -30,19

Re: [PATCH] KPC2000: kpc2000_spi.c: Fix alignment and style problems.

2019-10-09 Thread Greg KH
On Tue, Oct 08, 2019 at 08:50:39PM -0700, Chandra Annamaneni wrote: > Fixed alignment and style issues raised by checkpatch.pl Why is this padded? Also, you need to break this up into "one logical change per patch", you can't "fix all style issues" at once, sorry. Please fix this up and se