commit | f9d8d7d966aec6f2ca3c18969f9746f69ca7ca3f | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon May 14 09:48:18 2012 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 17 15:48:24 2012 -0700 |
tree | 901f53e0f907b12d9c05b7cc04ff7ce200b3b444 | |
parent | 05e96427135e0c6eb3926d50b7763a464b915d7e [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>