public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* comedi: checkpatch errors/warnings
@ 2014-12-28 18:56 Andreas Siegling
  2014-12-28 18:56 ` [PATCH 1/3] comedi: checkpatch error: tabs instead of spaces Andreas Siegling
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andreas Siegling @ 2014-12-28 18:56 UTC (permalink / raw)
  To: devel
  Cc: linux-kernel, hsweeten, abbotti, gregkh, devel, linux-kernel,
	ebru.akagunduz, chase.southwood, rickard_strandqvist,
	Andreas Siegling, Zhutao Lu

The following patch-series will fix checkpatch errors and warnings
which are caused by false spacing and missing blank lines.

It will fix those errors/warnings in drivers/staging/comedi/ and all its
subdirectories. The fixed errors/warnings are:
	WARNING: Missing a blank line after declarations	5 times
	ERROR: trailing whitespace                              once
	ERROR: space prohibited before that ',' (ctx:WxW)       once
	WARNING: please, no space before tabs                   8 times
	ERROR: code indent should use tabs where possible	44 times

After applying the series the following checkpatch errors/warnings will remain
in files in drivers/staging/comedi/ and its subdirectories:
	WARNING: line over 80 characters
	WARNING: quoted string split across lines
	WARNING: break quoted strings at a space character
	WARNING: memory barrier without comment
	WARNING: suspect code indent for conditional statements (x, y)
	WARNING: Use of volatile is usually wrong

Signed-off-by: Andreas Siegling <andreas.siegling@fau.de>
Signed-off-by: Zhutao Lu <lvzhutao@gmail.com>


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

end of thread, other threads:[~2014-12-30 22:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-28 18:56 comedi: checkpatch errors/warnings Andreas Siegling
2014-12-28 18:56 ` [PATCH 1/3] comedi: checkpatch error: tabs instead of spaces Andreas Siegling
2014-12-30 22:40   ` Ian Abbott
2014-12-28 18:56 ` [PATCH 2/3] comedi: checkpatch error/warning: spaces Andreas Siegling
2014-12-30 22:51   ` Ian Abbott
2014-12-28 18:56 ` [PATCH 3/3] comedi: checkpatch warning: missing blank line Andreas Siegling
2014-12-30 22:52   ` Ian Abbott

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