Re: [PATCH] KPC2000: kpc2000_spi.c: Fix style issues (line length)

2019-10-11 Thread Dan Carpenter
On Thu, Oct 10, 2019 at 02:54:59PM +, Matt Sickler wrote: > > static struct mtd_partition p2kr0_spi1_parts[] = { > >- { .name = "SLOT_4", .size = 7798784,.offset = 0, > > }, > >- { .name = "SLOT_5", .size = 7798784,.offset = >

RE: [PATCH] KPC2000: kpc2000_spi.c: Fix style issues (line length)

2019-10-10 Thread Matt Sickler
r...@vger.kernel.org; si...@nikanor.nu; dan.carpen...@oracle.com >Subject: [PATCH] KPC2000: kpc2000_spi.c: Fix style issues (line length) > >Resoved: "WARNING: line over 80 characters" from checkpatch.pl > >Signed-off-by: Chandra Annamaneni >--- > drivers/staging/kpc2000/kpc20

Re: [PATCH] KPC2000: kpc2000_spi.c: Fix style issues (line length)

2019-10-10 Thread Greg KH
On Wed, Oct 09, 2019 at 08:08:57PM -0700, Chandra Annamaneni wrote: > Resoved: "WARNING: line over 80 characters" from checkpatch.pl > > Signed-off-by: Chandra Annamaneni > --- > drivers/staging/kpc2000/kpc2000_spi.c | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-)

[PATCH] KPC2000: kpc2000_spi.c: Fix style issues (line length)

2019-10-09 Thread Chandra Annamaneni
Resoved: "WARNING: line over 80 characters" from checkpatch.pl Signed-off-by: Chandra Annamaneni --- drivers/staging/kpc2000/kpc2000_spi.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/kpc2000/kpc2000_spi.c b/drivers/staging/kpc2000/k