Fix checkpatch.pl warnings of lines exceeding 80 columns.
Break lines in order to reduce instructions lengths to less than 80 columns.
Signed-off-by: Renato Soma
---
Changes in v2:
- Break lines respecting function parameters alignment.
drivers/staging/fbtft/fbtft-bus.c | 13
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
Fix checkpatch.pl warnings of line sizes exceeding 80 columns.
Break lines in order to reduce the instructions lengths to less than 80 columns.
Signed-off-by: Renato Soma
---
drivers/staging/fbtft/fbtft-bus.c | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a