[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20120521180550.GA22052@linux.vnet.ibm.com>
Date: Mon, 21 May 2012 11:05:50 -0700
From: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To: mingo@...e.hu
Cc: linux-kernel@...r.kernel.org, josh@...htriplett.org,
laijs@...fujitsu.com
Subject: [GIT PULL rcu/next] More RCU commits for 3.5
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists