Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: Fix broken HTML directive

This commit adds the needed "<".

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

+1 -1
+1 -1
Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html
··· 157 157 The best that <tt>sync_sched_exp_handler()</tt> can do is to check 158 158 for idle, on the off-chance that the CPU went idle while the IPI 159 159 was in flight. 160 - If the CPU is idle, then tt>sync_sched_exp_handler()</tt> reports 160 + If the CPU is idle, then <tt>sync_sched_exp_handler()</tt> reports 161 161 the quiescent state. 162 162 163 163 <p>