Re: [PATCH 05/10] Staging: fbtft: Set bus specific ops using separate functions

2015-07-14 Thread Greg KH
On Tue, Jun 30, 2015 at 08:43:12AM +0200, Fabio Falzoi wrote: > Use two separate functions for spi and platform bus > (flexfb_set_spi_bus_func and flexfb_set_platform_bus_func, > respectively) to set the appropriate write operations. > > This patch corrects the following checkpatch errors: > WARNI

[PATCH 05/10] Staging: fbtft: Set bus specific ops using separate functions

2015-06-29 Thread Fabio Falzoi
Use two separate functions for spi and platform bus (flexfb_set_spi_bus_func and flexfb_set_platform_bus_func, respectively) to set the appropriate write operations. This patch corrects the following checkpatch errors: WARNING:LONG_LiINE at lines 446, 450, 466, 476, 489 and 495. CHECK:PARENTHESIS_