[PATCH tip/core/rcu 0/2] Code-style fixes

From: Paul E. McKenney
Date: Thu May 17 2012 - 18:13:02 EST


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(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/