From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: mingo@elte.hu
Cc: linux-kernel@vger.kernel.org, josh@joshtriplett.org,
laijs@cn.fujitsu.com
Subject: [GIT PULL rcu/next] More RCU commits for 3.5
Date: Mon, 21 May 2012 11:05:50 -0700 [thread overview]
Message-ID: <20120521180550.GA22052@linux.vnet.ibm.com> (raw)
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(-)
reply other threads:[~2012-05-21 18:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120521180550.GA22052@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=josh@joshtriplett.org \
--cc=laijs@cn.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.