public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/7] Staging: comedi: fix coding style issues in unioxx5.c
@ 2013-11-21 19:57 Conrad Gomes
  2013-11-21 19:57 ` [PATCH V2 1/7] Staging: comedi: fix line over 80 character warning " Conrad Gomes
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Conrad Gomes @ 2013-11-21 19:57 UTC (permalink / raw)
  To: abbotti, hsweeten, gregkh, joe; +Cc: devel, linux-kernel, Conrad Gomes

This series contains various fixes to coding style issues in unioxx5.c
found by checkpatch.pl and due to the usage of pr_err instead of the 
preferred dev_err type functions for device drivers.

Conrad Gomes (7):
  Staging: comedi: fix line over 80 character warning in unioxx5.c
  Staging: comedi: fix line over 80 character warning in unioxx5.c
  Staging: comedi: change printk to dev_err/dev_dbg in unioxx5.c
  Staging: comedi: change pr_err to dev_err in __unioxx5_analog_read
  Staging: comedi: change pr_err to dev_err in __unioxx5_digital_write
  Staging: comedi: change pr_err to dev_err in __unioxx5_analog_write
  Staging: comedi: remove MACRO pr_fmt in unioxx5.c

 drivers/staging/comedi/drivers/unioxx5.c |   50 ++++++++++++++++++------------
 1 file changed, 31 insertions(+), 19 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-11-25 10:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-21 19:57 [PATCH V2 0/7] Staging: comedi: fix coding style issues in unioxx5.c Conrad Gomes
2013-11-21 19:57 ` [PATCH V2 1/7] Staging: comedi: fix line over 80 character warning " Conrad Gomes
2013-11-21 19:57 ` [PATCH V2 2/7] " Conrad Gomes
2013-11-21 19:57 ` [PATCH V2 3/7] Staging: comedi: change printk to dev_err/dev_dbg " Conrad Gomes
2013-11-21 19:57 ` [PATCH V2 4/7] Staging: comedi: change pr_err to dev_err in __unioxx5_analog_read Conrad Gomes
2013-11-21 19:57 ` [PATCH V2 5/7] Staging: comedi: change pr_err to dev_err in __unioxx5_digital_write Conrad Gomes
2013-11-21 19:57 ` [PATCH V2 6/7] Staging: comedi: change pr_err to dev_err in __unioxx5_analog_write Conrad Gomes
2013-11-21 19:57 ` [PATCH V2 7/7] Staging: comedi: remove MACRO pr_fmt in unioxx5.c Conrad Gomes
2013-11-25 10:13 ` [PATCH V2 0/7] Staging: comedi: fix coding style issues " Ian Abbott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox