aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RCU
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2018-07-26 13:19:22 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2018-08-30 11:01:08 -0700
commit5c3f78ec285bf4902ff6b5c8e0ced520c750aeae (patch)
tree65a2e4d69865a26745f5c75c6488c5e8f20e60ce /Documentation/RCU
parentdoc: Update removal of RCU-bh/sched update machinery (diff)
downloadlinux-dev-5c3f78ec285bf4902ff6b5c8e0ced520c750aeae.tar.xz
linux-dev-5c3f78ec285bf4902ff6b5c8e0ced520c750aeae.zip
doc: Fix broken HTML directive
This commit adds the needed "<". Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation/RCU')
-rw-r--r--Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html b/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html
index ffd612bfa436..e62c7c34a369 100644
--- a/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html
+++ b/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html
@@ -157,7 +157,7 @@ whether or not the current CPU is in an RCU read-side critical section.
The best that <tt>sync_sched_exp_handler()</tt> can do is to check
for idle, on the off-chance that the CPU went idle while the IPI
was in flight.
-If the CPU is idle, then tt>sync_sched_exp_handler()</tt> reports
+If the CPU is idle, then <tt>sync_sched_exp_handler()</tt> reports
the quiescent state.
<p>