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


Groups > linux.kernel > #1290245 > unrolled thread

[PATCH 0/3] STAGING: COMEDI: checkpatch.pl cleanups in plx9080.h

Started byMoritz König <moritz.koenig@fau.de>
First post2015-12-12 18:20 +0100
Last post2015-12-12 18:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] STAGING: COMEDI: checkpatch.pl cleanups in plx9080.h Moritz König <moritz.koenig@fau.de> - 2015-12-12 18:20 +0100

#1290245 — [PATCH 0/3] STAGING: COMEDI: checkpatch.pl cleanups in plx9080.h

FromMoritz König <moritz.koenig@fau.de>
Date2015-12-12 18:20 +0100
Subject[PATCH 0/3] STAGING: COMEDI: checkpatch.pl cleanups in plx9080.h
Message-ID<qEVZT-50C-9@gated-at.bofh.it>
This patchset fixes all the warnings and legitimate checks of
checkpatch.pl in plx9080.h.

The following warnings were fixed:
 * WARNING: Block comments use a trailing */ on a separate line
 * WARNING: Block comments use * on subsequent lines
 * WARNING: line over 80 characters

The following checks were fixed:
 * CHECK: spaces preferred around that '-' (ctx:VxV)
 * CHECK: Prefer kernel type 'u8' over 'uint8_t'

The following checks were not fixed:
 * CHECK: Avoid CamelCase: <MARB_PCIv21_MODE>
	PCI version 21 seems to make sense

Moritz König (3):
  STAGING: COMEDI: Fixed format of comments in plx9080.h
  STAGING: COMEDI: Added spaces around binary operators in plx9080.h
  STAGING: COMEDI: Using kernel types in plx9080.h

 drivers/staging/comedi/drivers/plx9080.h | 136 ++++++++++++++++++++++---------
 1 file changed, 97 insertions(+), 39 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web