| commit | a9e1e07cfc02f84fb5b943652bec6d541994afa0 | [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:19:04 2012 -0700 |
| tree | 901f53e0f907b12d9c05b7cc04ff7ce200b3b444 | |
| parent | 2d43aa94d2dbd398fba5417b3f7dda25a45e4b56 [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>