From: Paul E. McKenney Date: Thu, 26 Jul 2018 20:19:22 +0000 (-0700) Subject: doc: Fix broken HTML directive X-Git-Tag: v4.20-rc1~172^2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c3f78ec285bf4902ff6b5c8e0ced520c750aeae;p=thirdparty%2Flinux.git doc: Fix broken HTML directive This commit adds the needed "<". Signed-off-by: Paul E. McKenney --- 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 ffd612bfa436a..e62c7c34a369e 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 sync_sched_exp_handler() 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() reports +If the CPU is idle, then sync_sched_exp_handler() reports the quiescent state.