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

From: Daniel Cashman
Date: Sun Apr 02 2017 - 16:48:55 EST


From: Dan Cashman <dan.a.cashman@xxxxxxxxx>

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.a.cashman@xxxxxxxxx>


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