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

From: Matteo Semenzato
Date: Mon Mar 02 2015 - 08:15:39 EST


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,0x0000,0x0001,-1,0x0001,0x0100,-1,0x0002,0x0700,
> > - -1,0x0003,0x1030,-1,0x0004,0x0000,-1,0x0008,0x0207,-1,0x0009,0x0000,
> > - -1,0x000a,0x0000,-1,0x000c,0x0001,-1,0x000d,0x0000,-1,0x000f,0x0000,
> > - -1,0x0010,0x0000,-1,0x0011,0x0007,-1,0x0012,0x0000,-1,0x0013,0x0000,
> > - -2,50,-1,0x0010,0x1590,-1,0x0011,0x0227,-2,50,-1,0x0012,0x009c,-2,50,
> > - -1,0x0013,0x1900,-1,0x0029,0x0023,-1,0x002b,0x000e,-2,50,
> > - -1,0x0020,0x0000,-1,0x0021,0x0000,-2,50,-1,0x0050,0x0000,
> > - -1,0x0051,0x00ef,-1,0x0052,0x0000,-1,0x0053,0x013f,-1,0x0060,0xa700,
> > - -1,0x0061,0x0001,-1,0x006a,0x0000,-1,0x0080,0x0000,-1,0x0081,0x0000,
> > - -1,0x0082,0x0000,-1,0x0083,0x0000,-1,0x0084,0x0000,-1,0x0085,0x0000,
> > - -1,0x0090,0x0010,-1,0x0092,0x0000,-1,0x0093,0x0003,-1,0x0095,0x0110,
> > - -1,0x0097,0x0000,-1,0x0098,0x0000,-1,0x0007,0x0133,-1,0x0020,0x0000,
> > - -1,0x0021,0x0000,-2,100,-3 };
> > + -1, 0x00e7, 0x0010,
> > + -1, 0x0000, 0x0001,
> > + -1, 0x0001, 0x0100,
> > + -1, 0x0002, 0x0700,
> > + -1, 0x0003, 0x1030,
> > + -1, 0x0004, 0x0000,
> > + -1, 0x0008, 0x0207,
> > + -1, 0x0009, 0x0000,
> > + -1, 0x000a, 0x0000,
> > + -1, 0x000c, 0x0001,
> > + -1, 0x000d, 0x0000,
> > + -1, 0x000f, 0x0000,
> > + -1, 0x0010, 0x0000,
> > + -1, 0x0011, 0x0007,
> > + -1, 0x0012, 0x0000,
> > + -1, 0x0013, 0x0000,
> > + -2, 50,
> > + -1, 0x0010, 0x1590,
> > + -1, 0x0011, 0x0227,
> > + -2, 50,
> > + -1, 0x0012, 0x009c,
> > + -2, 50,
> > + -1, 0x0013, 0x1900,
> > + -1, 0x0029, 0x0023,
> > + -1, 0x002b, 0x000e,
> > + -2, 50,
> > + -1, 0x0020, 0x0000,
> > + -1, 0x0021, 0x0000,
> > + -2, 50,
> > + -1, 0x0050, 0x0000,
> > + -1, 0x0051, 0x00ef,
> > + -1, 0x0052, 0x0000,
> > + -1, 0x0053, 0x013f,
> > + -1, 0x0060, 0xa700,
> > + -1, 0x0061, 0x0001,
> > + -1, 0x006a, 0x0000,
> > + -1, 0x0080, 0x0000,
> > + -1, 0x0081, 0x0000,
> > + -1, 0x0082, 0x0000,
> > + -1, 0x0083, 0x0000,
> > + -1, 0x0084, 0x0000,
> > + -1, 0x0085, 0x0000,
> > + -1, 0x0090, 0x0010,
> > + -1, 0x0092, 0x0000,
> > + -1, 0x0093, 0x0003,
> > + -1, 0x0095, 0x0110,
> > + -1, 0x0097, 0x0000,
> > + -1, 0x0098, 0x0000,
> > + -1, 0x0007, 0x0133,
> > + -1, 0x0020, 0x0000,
> > + -1, 0x0021, 0x0000,
> > + -2, 100,
> > + -3
> > +};
>
> 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 sequence

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/