linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] staging: comedi: Fix checkpatch warning
@ 2016-08-26 18:32 Anson Jacob
  2016-08-26 18:32 ` [PATCH v2 1/7] staging: comedi: cb_pcidas64.c: " Anson Jacob
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Anson Jacob @ 2016-08-26 18:32 UTC (permalink / raw)
  To: gregkh, abbotti, hsweeten, andrey_utkin; +Cc: devel, linux-kernel

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

Anson Jacob (7):
  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

 drivers/staging/comedi/drivers/cb_pcidas64.c | 569 ++++++++++++++-------------
 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, 560 insertions(+), 497 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-08-26 22:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-26 18:32 [PATCH v2 0/7] staging: comedi: Fix checkpatch warning Anson Jacob
2016-08-26 18:32 ` [PATCH v2 1/7] staging: comedi: cb_pcidas64.c: " Anson Jacob
2016-08-26 18:32 ` [PATCH v2 2/7] staging: comedi: cb_pcidas64: Fix commenting style Anson Jacob
2016-08-26 18:33 ` [PATCH v2 3/7] staging: comedi: jr3_pci.h: Fix checkpatch warning Anson Jacob
2016-08-26 21:23   ` Andrey Utkin
2016-08-26 22:35     ` Anson Jacob
2016-08-26 22:50       ` Andrey Utkin
2016-08-26 18:33 ` [PATCH v2 4/7] staging: comedi: ni_atmio.c: " Anson Jacob
2016-08-26 18:33 ` [PATCH v2 5/7] staging: comedi: s626.h: " Anson Jacob
2016-08-26 18:33 ` [PATCH v2 6/7] staging: comedi: jr3_pci.c: " Anson Jacob
2016-08-26 18:33 ` [PATCH v2 7/7] staging: comedi: ni_at_a2150: " Anson Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).