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

2015-03-02 Thread Dan Carpenter
On Mon, Mar 02, 2015 at 02:15:32PM +0100, Matteo Semenzato wrote: > > > > For some reason you put the line breaks at the negative numbers? Why? > > > > regards, > > dan carpenter > > > -1, -2 and -3 are the init sequence markers: -1: command begin, -2: > millisecond delay, -3: end of init sequ

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

2015-03-02 Thread Matteo Semenzato
Il giorno lun, 02/03/2015 alle 12.29 +0300, Dan Carpenter ha scritto: > 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,

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 > +++ >