commit | f7400928473a617508c1cd4c6ffcd8f2c9151397 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 17 15:12:45 2012 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sat Jun 30 11:45:26 2012 -0700 |
tree | 425076f09df9b7c83da32e9502739847298bf14b | |
parent | 2ebfde364669eeb795484c649691d9ce9ce616f5 [diff] |
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>