public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] beeceem: Several checkpatch cleanups in InterfaceTx.c
@ 2013-12-30 11:44 Ralph Mueck
  2013-12-30 11:44 ` [PATCH 1/4] beeceem: Fix several whitespace issues " Ralph Mueck
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ralph Mueck @ 2013-12-30 11:44 UTC (permalink / raw)
  To: linux-kernel; +Cc: ma.oefelein, linux-kernel, gregkh, lisa, devel, linux-kernel

This patch series fixes some checkpatch issues in InterfaceTx.c which is part of the beeceem driver.
The following errors/warnings have been fixed:
	- prohibited spaces before a (semi)colon
	- missing space before a variable assignment
	- missing spaces between function arguments
	- missing spaces before opening parentheses of if-conditionals
	- unwanted opening braces of if-conditionals in an extra line
	- spaces at the beginning of a line instead of tabs
	- C99-style comments

However, over-80-chars warnings still remain.

This series applies no functional changes to the code whatsoever.

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

end of thread, other threads:[~2013-12-30 11:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30 11:44 [PATCH 0/4] beeceem: Several checkpatch cleanups in InterfaceTx.c Ralph Mueck
2013-12-30 11:44 ` [PATCH 1/4] beeceem: Fix several whitespace issues " Ralph Mueck
2013-12-30 11:44 ` [PATCH 2/4] beeceem: Add spaces before opening parentheses in if-conditionals " Ralph Mueck
2013-12-30 11:44 ` [PATCH 3/4] beeceem: Fix position of braces in conditional statements " Ralph Mueck
2013-12-30 11:44 ` [PATCH 4/4] beeceem: Replace C99-style comments with C89 pendants " Ralph Mueck

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