summaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h
diff options
context:
space:
mode:
authorPaul E. McKenney2012-05-18 00:12:45 +0200
committerPaul E. McKenney2012-07-06 15:01:49 +0200
commit5cf05ad758c30d17ff23c2be346b5de982bc2121 (patch)
tree884adcc248b81628ffea41916655d41efb934042 /include/linux/rcupdate.h
parentrcu: Fix code-style issues involving "else" (diff)
downloadkernel-qcow2-linux-5cf05ad758c30d17ff23c2be346b5de982bc2121.tar.gz
kernel-qcow2-linux-5cf05ad758c30d17ff23c2be346b5de982bc2121.tar.xz
kernel-qcow2-linux-5cf05ad758c30d17ff23c2be346b5de982bc2121.zip
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>
Diffstat (limited to 'include/linux/rcupdate.h')
-rw-r--r--include/linux/rcupdate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h
index c2c0d86dd3ac..115ead2b5155 100644
--- a/include/linux/rcupdate.h
+++ b/include/linux/rcupdate.h
@@ -427,8 +427,7 @@ extern int rcu_my_thread_group_empty(void);
static inline void rcu_preempt_sleep_check(void)
{
rcu_lockdep_assert(!lock_is_held(&rcu_lock_map),
- "Illegal context switch in RCU read-side "
- "critical section");
+ "Illegal context switch in RCU read-side critical section");
}
#else /* #ifdef CONFIG_PROVE_RCU */
static inline void rcu_preempt_sleep_check(void)