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


Groups > linux.kernel > #1470226

[PATCH 0/6] staging: comedi: cb_pcidas64.c: Fix checkpatch warning

From Anson Jacob <ansonjacob.aj@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/6] staging: comedi: cb_pcidas64.c: Fix checkpatch warning
Date 2016-08-25 17:30 +0200
Message-ID <sa4BH-2Is-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Fix checkpath.pl warning:
line over 80 characters
Block comments use * on subsequent lines
Block comments use a trailing */ on a separate line
Statements should start on a tabstop
Comparisons should place the constant on the right side of the test

Anson Jacob (6):
  staging: comedi: cb_pcidas64.c: Fix checkpatch warning
  staging: comedi: jr3_pci.h: Fix checkpatch warning
  staging: comedi: ni_atmio.c: Fix checkpatch warning
  staging: comedi: s626.h: Fix checkpatch warning
  staging: comedi: jr3_pci.c: Fix checkpatch warning
  staging: comedi: ni_at_a2150.c: Fix checkpatch warning

 drivers/staging/comedi/drivers/cb_pcidas64.c | 105 ++++++++++++++-------------
 drivers/staging/comedi/drivers/jr3_pci.c     |   3 +-
 drivers/staging/comedi/drivers/jr3_pci.h     |  13 ++--
 drivers/staging/comedi/drivers/ni_at_a2150.c |  82 ++++++++++++---------
 drivers/staging/comedi/drivers/ni_atmio.c    |   4 +-
 drivers/staging/comedi/drivers/s626.h        |   2 +-
 6 files changed, 113 insertions(+), 96 deletions(-)

-- 
2.7.4

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


Thread

[PATCH 0/6] staging: comedi: cb_pcidas64.c: Fix checkpatch warning Anson Jacob <ansonjacob.aj@gmail.com> - 2016-08-25 17:30 +0200
  [PATCH 5/6] staging: comedi: jr3_pci.c: Fix checkpatch warning Anson Jacob <ansonjacob.aj@gmail.com> - 2016-08-25 17:40 +0200
  [PATCH 4/6] staging: comedi: s626.h: Fix checkpatch warning Anson Jacob <ansonjacob.aj@gmail.com> - 2016-08-25 18:30 +0200

csiph-web