[GIT PULL rcu/next] More RCU commits for 3.5

From: Paul E. McKenney
Date: Mon May 21 2012 - 14:10:29 EST


Hello, Ingo,

This series has only two minor patches:

1. Fix code-style issues involving "else", where if one branch of
the "if" statement requires curly brackets, the other branch
must also use them.
2. Fix strings broken across lines, strings being the exception to
the 80-column rule.

All of these have been exposed to -next testing.

These changes are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/next

Thanx, Paul

-------------------------->
Paul E. McKenney (2):
rcu: Fix code-style issues involving "else"
rcu: Fix broken strings in RCU's source code.

include/linux/rcupdate.h | 3 +--
kernel/rcutiny_plugin.h | 3 ++-
kernel/rcutorture.c | 36 ++++++++++++++++--------------------
kernel/rcutree.c | 7 ++++---
kernel/rcutree_plugin.h | 18 ++++++++++--------
kernel/rcutree_trace.c | 25 ++++++++++++-------------
lib/list_debug.c | 6 ++----
7 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/