Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1614799
| From | Daniel Cashman <dan.a.cashman@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [Patch v2 0/3] staging: vt6656: Fix checkpatch style violations. |
| Date | 2017-04-02 22:50 +0200 |
| Message-ID | <trUBH-5rN-7@gated-at.bofh.it> (permalink) |
| References | <trGS5-55K-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Dan Cashman <dan.a.cashman@gmail.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@gmail.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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] staging: vt6656: Fix spaces, char limit and embedded func name in print. Daniel Cashman <dan.a.cashman@gmail.com> - 2017-04-02 05:30 +0200
Re: [PATCH] staging: vt6656: Fix spaces, char limit and embedded func name in print. Greg KH <gregkh@linuxfoundation.org> - 2017-04-02 08:10 +0200
[Patch v2 0/3] staging: vt6656: Fix checkpatch style violations. Daniel Cashman <dan.a.cashman@gmail.com> - 2017-04-02 22:50 +0200
[Patch v2 2/3] staging: vt6656: Replace embedded function name with __func__ in rf.c Daniel Cashman <dan.a.cashman@gmail.com> - 2017-04-02 22:50 +0200
[Patch v2 3/3] staging: vt6656: Split arguments to avoid 80-char violation in rf.c Daniel Cashman <dan.a.cashman@gmail.com> - 2017-04-02 22:50 +0200
[Patch v2 1/3] staging: vt6656: convert spaces to tabs for rf.c Daniel Cashman <dan.a.cashman@gmail.com> - 2017-04-02 22:50 +0200
csiph-web