[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1491166092-3235-1-git-send-email-dan.a.cashman@gmail.com>
Date: Sun, 2 Apr 2017 13:48:09 -0700
From: Daniel Cashman <dan.a.cashman@...il.com>
To: gregkh@...uxfoundation.org
Cc: forest@...ttletooquiet.net, dan.a.cashman@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [Patch v2 0/3] staging: vt6656: Fix checkpatch style violations.
From: Dan Cashman <dan.a.cashman@...il.com>
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@...il.com>
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
Powered by blists - more mailing lists