| commit | 282a3068dd59ab33c8295e2440690080049500f0 | [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> | Mon Jul 02 12:38:54 2012 -0700 |
| tree | 8d6603af7ce728c92b3d6e8bfcdecd7dc7daea95 | |
| parent | ee1d415c511190955d03d3cb5d7737c145bd2717 [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>