aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcutorture.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcu/rcutorture.c')
-rw-r--r--kernel/rcu/rcutorture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/rcu/rcutorture.c b/kernel/rcu/rcutorture.c
index 0481c7286875..90a94fecdd73 100644
--- a/kernel/rcu/rcutorture.c
+++ b/kernel/rcu/rcutorture.c
@@ -1755,8 +1755,8 @@ rcu_torture_init(void)
1755 torture_type); 1755 torture_type);
1756 pr_alert("rcu-torture types:"); 1756 pr_alert("rcu-torture types:");
1757 for (i = 0; i < ARRAY_SIZE(torture_ops); i++) 1757 for (i = 0; i < ARRAY_SIZE(torture_ops); i++)
1758 pr_alert(" %s", torture_ops[i]->name); 1758 pr_cont(" %s", torture_ops[i]->name);
1759 pr_alert("\n"); 1759 pr_cont("\n");
1760 firsterr = -EINVAL; 1760 firsterr = -EINVAL;
1761 goto unwind; 1761 goto unwind;
1762 } 1762 }