[v4,0/6] staging: vt6655: a series of checkpatch fixes on the file: rxtx.c

Message ID cover.1666605225.git.tanjubrunostar0@gmail.com
Headers
Series staging: vt6655: a series of checkpatch fixes on the file: rxtx.c |

Message

Tanjuate Brunostar Oct. 24, 2022, 10:01 a.m. UTC
  The fixes are similar, mostly long lines splitting. I had to make
serveral patches to ease the work of inspectors

v2: fixed a compilation error found by the kernel test robot and
recompiled the code

v3: tends out the error persisted in the second version. this version is
a correction of that

v4: did some corrections as recommended by Greg KH

Tanjuate Brunostar (6):
  staging: vt6655: fix lines ending in a '('
  staging: vt6655: refactor long lines of code in s_uGetRTSCTSDuration
  staging: vt6655: refactor long lines of code in s_uFillDataHead
  staging: vt6655: refactor long lines of code in s_vGenerateTxParamete
  staging: vt6655: refactor long lines of code in the rest of the file
  staging: vt6655: refactor code to avoid a line ending in '('

 drivers/staging/vt6655/rxtx.c | 542 ++++++++++++++++++++--------------
 1 file changed, 324 insertions(+), 218 deletions(-)
  

Comments

Philipp Hortmann Oct. 24, 2022, 6:09 p.m. UTC | #1
On 10/24/22 12:01, Tanjuate Brunostar wrote:
> The fixes are similar, mostly long lines splitting. I had to make
> serveral patches to ease the work of inspectors
> 
> v2: fixed a compilation error found by the kernel test robot and
> recompiled the code
> 
> v3: tends out the error persisted in the second version. this version is
> a correction of that
> 
> v4: did some corrections as recommended by Greg KH
> 
> Tanjuate Brunostar (6):
>    staging: vt6655: fix lines ending in a '('
>    staging: vt6655: refactor long lines of code in s_uGetRTSCTSDuration
>    staging: vt6655: refactor long lines of code in s_uFillDataHead
>    staging: vt6655: refactor long lines of code in s_vGenerateTxParamete
>    staging: vt6655: refactor long lines of code in the rest of the file
>    staging: vt6655: refactor code to avoid a line ending in '('
> 
>   drivers/staging/vt6655/rxtx.c | 542 ++++++++++++++++++++--------------
>   1 file changed, 324 insertions(+), 218 deletions(-)
> 


Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>