All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anson Jacob <ansonjacob.aj@gmail.com>
To: abbotti@mev.co.uk, hsweeten@visionengravers.com,
	gregkh@linuxfoundation.org, andrey_utkin@fastmail.com
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/8] staging: comedi: Fix checkpatch warning
Date: Fri, 26 Aug 2016 19:11:37 -0400	[thread overview]
Message-ID: <cover.1472252557.git.ansonjacob.aj@gmail.com> (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

Changes in V2:
Remove extra space after /*
Align single line comment
Block comments starts with /* followed by comments on the next line

Changes in V3:
Fix trailing space
Fix checkpatch.pl warning for blank line after enum declaration                                                     
Move macro definition to the top of the file                                    
Align macro definitions 

Anson Jacob (8):
  staging: comedi: cb_pcidas64.c: Fix checkpatch warning
  staging: comedi: cb_pcidas64: Fix commenting style
  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: Fix checkpatch warning
  staging: comedi: cb_pcidas64: Fix checkpath warning

 drivers/staging/comedi/drivers/cb_pcidas64.c | 573 ++++++++++++++-------------
 drivers/staging/comedi/drivers/jr3_pci.c     |  13 +-
 drivers/staging/comedi/drivers/jr3_pci.h     | 290 ++++++++------
 drivers/staging/comedi/drivers/ni_at_a2150.c | 170 ++++----
 drivers/staging/comedi/drivers/ni_atmio.c    |  11 +-
 drivers/staging/comedi/drivers/s626.h        |   4 +-
 6 files changed, 562 insertions(+), 499 deletions(-)

-- 
2.7.4

             reply	other threads:[~2016-08-26 23:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-26 23:11 Anson Jacob [this message]
2016-08-26 23:12 ` [PATCH v3 1/8] staging: comedi: cb_pcidas64.c: Fix checkpatch warning Anson Jacob
2016-08-26 23:13 ` [PATCH v3 2/8] staging: comedi: cb_pcidas64: Fix commenting style Anson Jacob
2016-08-26 23:13 ` [PATCH v3 3/8] staging: comedi: jr3_pci.h: Fix checkpatch warning Anson Jacob
2016-08-26 23:13 ` [PATCH v3 4/8] staging: comedi: ni_atmio.c: " Anson Jacob
2016-08-26 23:14 ` [PATCH v3 5/8] staging: comedi: s626.h: " Anson Jacob
2016-08-26 23:14 ` [PATCH v3 6/8] staging: comedi: jr3_pci.c: " Anson Jacob
2016-08-26 23:14 ` [PATCH v3 7/8] staging: comedi: ni_at_a2150: " Anson Jacob
2016-08-26 23:14 ` [PATCH v3 8/8] staging: comedi: cb_pcidas64: Fix checkpath warning Anson Jacob

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1472252557.git.ansonjacob.aj@gmail.com \
    --to=ansonjacob.aj@gmail.com \
    --cc=abbotti@mev.co.uk \
    --cc=andrey_utkin@fastmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hsweeten@visionengravers.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.