diff --git a/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel0.svg b/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel0.svg
index 98af66557908..16b1ff0ad38c 100644
--- a/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel0.svg
+++ b/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel0.svg
@@ -116,7 +116,7 @@
WRITE_ONCE(a, 1);
WRITE_ONCE(b, 1);
r1 = READ_ONCE(a);
WRITE_ONCE(c, 1);
r2 = READ_ONCE(b);
r3 = READ_ONCE(c);
thread0()
thread1()
rcu_read_lock();
rcu_read_lock();
rcu_read_unlock();
WRITE_ONCE(a, 1);
WRITE_ONCE(b, 1);
r1 = READ_ONCE(a);
WRITE_ONCE(c, 1);
WRITE_ONCE(d, 1);
r2 = READ_ONCE(c);
thread0()
thread1()
rcu_read_lock();
rcu_read_lock();
rcu_read_unlock();
r3 = READ_ONCE(d);
QS
r4 = READ_ONCE(b);
r5 = READ_ONCE(e);
rcu_read_lock();
rcu_read_unlock();
thread3()