All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL rcu/next] More RCU commits for 3.5
@ 2012-05-21 18:05 Paul E. McKenney
  0 siblings, 0 replies; only message in thread
From: Paul E. McKenney @ 2012-05-21 18:05 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel, josh, laijs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-21 18:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21 18:05 [GIT PULL rcu/next] More RCU commits for 3.5 Paul E. McKenney

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.