Re: [PATCH] staging fbtft: Fixed lines exceeding columns limit

From: Renato Soma
Date: Fri Apr 13 2018 - 23:28:59 EST


On Fri, Apr 13, 2018 at 03:57:47PM +0300, Dan Carpenter wrote:
> > - ret = fbtft_write_buf_dc(par, par->buf, sizeof(data_type) + offset, 0); \
>
> I feel like the original is basically OK but if we're going to change it
> then align it like this:
>
> ret = fbtft_write_buf_dc(par, par->buf, sizeof(data_type) + offset, \
> 0); \
>
>
> Etc.
>

Alright, I'll fix this issue then send another email with the fixed patch.

Thanks!
renato