[Patch v2 0/3] staging: vt6656: Fix checkpatch style violations.

2017-04-02 Thread Daniel Cashman
From: Dan Cashman 

This patchset fixes the checkpatch-reported kernel style guide violations for
rf.c in the vt6656 staging area.  Specifically, the first patch fixes the
errors, which are all spaces -> tabs conversions, and the second and third fix 
the warnings, which are an embedded function name in a debug statement and an
exceeded 80-char line, respectively.

Signed-off-by: Daniel Cashman 


Dan Cashman (3):
  staging: vt6656: convert spaces to tabs for rf.c
  staging: vt6656: Replace embedded function name with __func__ in rf.c
  staging: vt6656: Split arguments to avoid 80-char violation in rf.c

 drivers/staging/vt6656/rf.c | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

-- 
2.7.4



[Patch v2 0/3] staging: vt6656: Fix checkpatch style violations.

2017-04-02 Thread Daniel Cashman
From: Dan Cashman 

This patchset fixes the checkpatch-reported kernel style guide violations for
rf.c in the vt6656 staging area.  Specifically, the first patch fixes the
errors, which are all spaces -> tabs conversions, and the second and third fix 
the warnings, which are an embedded function name in a debug statement and an
exceeded 80-char line, respectively.

Signed-off-by: Daniel Cashman 


Dan Cashman (3):
  staging: vt6656: convert spaces to tabs for rf.c
  staging: vt6656: Replace embedded function name with __func__ in rf.c
  staging: vt6656: Split arguments to avoid 80-char violation in rf.c

 drivers/staging/vt6656/rf.c | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

-- 
2.7.4