[PATCH V2] Staging: fbtft: fix coding style errors

2015-03-02 Thread Matteo Semenzato
From: Matteo Semenzato This patch fixes the following error: space required after that ';' V2: Indented and organized the init sequences. Signed-off-by: Matteo Semenzato --- drivers/staging/fbtft/fbtft_device.c | 145 +++ 1 file changed, 111 insertions(+), 34 d

Re: [PATCH V2] Staging: fbtft: fix coding style errors

2015-03-02 Thread Dan Carpenter
On Sat, Feb 28, 2015 at 06:37:30PM +0100, Matteo Semenzato wrote: > static int hy28b_init_sequence[] = { > - -1,0x00e7,0x0010,-1,0x,0x0001,-1,0x0001,0x0100,-1,0x0002,0x0700, > - -1,0x0003,0x1030,-1,0x0004,0x,-1,0x0008,0x0207,-1,0x0009,0x, > - -1,0x000a,0x,-1,0x000c,0x00

Re: [PATCH V2] Staging: fbtft: fix coding style errors

2015-03-01 Thread Greg KH
On Sat, Feb 28, 2015 at 06:37:30PM +0100, Matteo Semenzato wrote: > From: Matteo Semenzato > > This patch fixes the following error: > space required after that ';' > > Signed-off-by: Matteo Semenzato > --- > drivers/staging/fbtft/fbtft_device.c | 145 > +++ >

[PATCH V2] Staging: fbtft: fix coding style errors

2015-02-28 Thread Matteo Semenzato
From: Matteo Semenzato This patch fixes the following error: space required after that ';' Signed-off-by: Matteo Semenzato --- drivers/staging/fbtft/fbtft_device.c | 145 +++ 1 file changed, 111 insertions(+), 34 deletions(-) diff --git a/drivers/staging/fbtft/