| commit | 860e1cc10a4309f11ed17fb7e16bec35a3de4a3c | [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> | Mon May 21 10:26:45 2012 -0700 |
| tree | 901f53e0f907b12d9c05b7cc04ff7ce200b3b444 | |
| parent | c86f6cacc8381fbb7b3755cc956f5eedd712fd99 [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>