On Thu, May 09, 2024 at 12:16:13AM +0900, Akira Yokosawa wrote: > Silence warning from "make punctcheck": > > vvv Hint: sentence ending with an uppercase needs "\@." vvv > ./locking/locking.tex:2039:traditionally used in scheduling disk I/O. > > It is needed because commit 678e6cc3c0f1 ("locking: Cite Dice et al. > for hierarchical lock") have added a sentence in the paragraph. > > Fixes: 678e6cc3c0f1 ("locking: Cite Dice et al. for hierarchical lock") > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Apologies, I was clearly in way too much of a hurry... Queued and pushed both, thank you!!! Thanx, Paul > --- > locking/locking.tex | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/locking/locking.tex b/locking/locking.tex > index e4ebce51..e0e17253 100644 > --- a/locking/locking.tex > +++ b/locking/locking.tex > @@ -2036,7 +2036,7 @@ into account, preferentially granting locks locally, while also taking > steps to avoid > starvation~\cite{McKenney02e,radovic03hierarchical,radovic02efficient,BenJackson02,McKenney02d}. > Many of these can be thought of as analogous to the elevator algorithms > -traditionally used in scheduling disk I/O. > +traditionally used in scheduling disk I/O\@. > Dice et al.~discuss use of local and global locks in order to transform > any architecture-oblivious lock into a local/global locking scheme > that optimizes for the system's structure by providing (for example) > > base-commit: 15fc91c0c6dafb32337f505069a0805a4e3c5858 > -- > 2.34.1 > >