doc: Repair some whitespace damage
authorTycho Andersen <tycho@tycho.ws>
Tue, 29 Jan 2019 22:05:46 +0000 (15:05 -0700)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 26 Mar 2019 21:37:06 +0000 (14:37 -0700)
A diagram in whatisRCU.txt has space character before tabs.  This commit
therefore makes this diagram consistent with elsewhere in the document:
Use one leading tab, followed by spaces for any additional whitespace
required.

Signed-off-by: Tycho Andersen <tycho@tycho.ws>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Documentation/RCU/whatisRCU.txt

index 1ace208..981651a 100644 (file)
@@ -310,7 +310,7 @@ reader, updater, and reclaimer.
 
 
            rcu_assign_pointer()
-                                   +--------+
+                                   +--------+
            +---------------------->| reader |---------+
            |                       +--------+         |
            |                           |              |
@@ -318,12 +318,12 @@ reader, updater, and reclaimer.
            |                           |              | rcu_read_lock()
            |                           |              | rcu_read_unlock()
            |        rcu_dereference()  |              |
-       +---------+                      |              |
-       | updater |<---------------------+              |
-       +---------+                                     V
+           +---------+                 |              |
+           | updater |<----------------+              |
+           +---------+                                V
            |                                    +-----------+
            +----------------------------------->| reclaimer |
-                                                +-----------+
+                                                +-----------+
              Defer:
              synchronize_rcu() & call_rcu()