lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ