Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1525599

[PATCH 0/6] staging: slicoss: fix some style issues

From Sergio Paracuellos <sergio.paracuellos@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/6] staging: slicoss: fix some style issues
Date 2016-11-18 19:00 +0100
Message-ID <sEVCa-1Ow-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patchset fix several style issues to comply with 
the standard kernel coding style.

Sergio Paracuellos (6):
  staging: slicoss: avoid CamelCases in slic.h
  staging: slicoss: fix parenthesis alignment in slicoss.c
  staging: slicoss: logical continuations should be on the previous line
  staging: slicoss: braces should be used on all arms of this statement
  staging: slicoss: avoid CamelCases in slichw.h
  staging: slicoss: avoid CamelCases slicoss.c

 drivers/staging/slicoss/slic.h    |  30 +++---
 drivers/staging/slicoss/slichw.h  | 178 +++++++++++++++++-----------------
 drivers/staging/slicoss/slicoss.c | 194 +++++++++++++++++++-------------------
 3 files changed, 200 insertions(+), 202 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] staging: slicoss: fix some style issues Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-11-18 19:00 +0100
  [PATCH 5/6] staging: slicoss: avoid CamelCases in slichw.h Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-11-18 19:00 +0100
  [PATCH 2/6] staging: slicoss: fix parenthesis alignment in slicoss.c Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-11-18 19:00 +0100
  [PATCH 4/6] staging: slicoss: braces should be used on all arms of this statement Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-11-18 19:00 +0100
  [PATCH 6/6] staging: slicoss: avoid CamelCases slicoss.c Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-11-18 19:00 +0100
  [PATCH 1/6] staging: slicoss: avoid CamelCases in slic.h Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-11-18 19:00 +0100

csiph-web