aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/lockdep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/lockdep.c b/kernel/lockdep.c
index 672c436946ce..0c30d0455de1 100644
--- a/kernel/lockdep.c
+++ b/kernel/lockdep.c
@@ -3816,9 +3816,9 @@ void lockdep_rcu_dereference(const char *file, const int line)
3816 3816
3817 if (!debug_locks_off()) 3817 if (!debug_locks_off())
3818 return; 3818 return;
3819 printk("\n==============================================\n"); 3819 printk("\n===================================================\n");
3820 printk( "[ BUG: Unsafe rcu_dereference_check() usage! ]\n"); 3820 printk( "[ INFO: suspicious rcu_dereference_check() usage. ]\n");
3821 printk( "----------------------------------------------\n"); 3821 printk( "---------------------------------------------------\n");
3822 printk("%s:%d invoked rcu_dereference_check() without protection!\n", 3822 printk("%s:%d invoked rcu_dereference_check() without protection!\n",
3823 file, line); 3823 file, line);
3824 printk("\nother info that might help us debug this:\n\n"); 3824 printk("\nother info that might help us debug this:\n\n");