public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/2] Code-style fixes
@ 2012-05-17 22:12 Paul E. McKenney
  2012-05-17 22:12 ` [PATCH RFC tip/core/rcu 1/2] rcu: Fix code-style issues involving "else" Paul E. McKenney
  0 siblings, 1 reply; 14+ messages in thread
From: Paul E. McKenney @ 2012-05-17 22:12 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, Valdis.Kletnieks, dhowells, eric.dumazet, darren,
	fweisbec, patches

Hello!

This patch series fixes some historical code-style issues in RCU:

1.	If any branch of an if-then-else uses curly brackets, then
	all branches are supposed to.
2.	One exception to the 80-column rule is strings, which are
	not supposed to be broken across lines in deference to
	people attempting to find error messages printed by the
	kernel.

							Thanx, Paul


 b/include/linux/rcupdate.h |    3 +--
 b/kernel/rcutiny_plugin.h  |    3 ++-
 b/kernel/rcutorture.c      |    3 ++-
 b/kernel/rcutree.c         |    7 ++++---
 b/kernel/rcutree_plugin.h  |   18 ++++++++++--------
 b/kernel/rcutree_trace.c   |   25 ++++++++++++-------------
 b/lib/list_debug.c         |    6 ++----
 kernel/rcutorture.c        |   33 ++++++++++++++-------------------
 8 files changed, 47 insertions(+), 51 deletions(-)


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

end of thread, other threads:[~2012-05-18 12:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17 22:12 [PATCH tip/core/rcu 0/2] Code-style fixes Paul E. McKenney
2012-05-17 22:12 ` [PATCH RFC tip/core/rcu 1/2] rcu: Fix code-style issues involving "else" Paul E. McKenney
2012-05-17 22:12   ` [PATCH RFC tip/core/rcu 2/2] rcu: Fix broken strings in RCU's source code Paul E. McKenney
2012-05-17 22:20     ` Peter Zijlstra
2012-05-17 22:32       ` Josh Triplett
2012-05-17 22:32       ` Paul Bolle
2012-05-18  6:33       ` Ingo Molnar
2012-05-18 12:33         ` Paul E. McKenney
2012-05-17 22:23     ` Josh Triplett
2012-05-17 22:41       ` Paul E. McKenney
2012-05-17 22:27     ` Peter Zijlstra
2012-05-17 22:43       ` Paul E. McKenney
2012-05-17 22:24   ` [PATCH RFC tip/core/rcu 1/2] rcu: Fix code-style issues involving "else" Josh Triplett
2012-05-18  7:38   ` Lai Jiangshan

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