rcu: Fix broken strings in RCU's source code.
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 17 May 2012 22:12:45 +0000 (15:12 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 6 Jul 2012 13:01:49 +0000 (06:01 -0700)
commit5cf05ad758c30d17ff23c2be346b5de982bc2121
tree884adcc248b81628ffea41916655d41efb934042
parentc701d5d9b384ff03ceb232ef21236364d784a411
rcu: Fix broken strings in RCU's source code.

Although the C language allows you to break strings across lines, doing
this makes it hard for people to find the Linux kernel code corresponding
to a given console message.  This commit therefore fixes broken strings
throughout RCU's source code.

Suggested-by: Josh Triplett <josh@joshtriplett.org>
Suggested-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/rcupdate.h
kernel/rcutorture.c
kernel/rcutree_trace.c
lib/list_debug.c
This page took 0.025336 seconds and 5 git commands to generate.