On Thu, 10 Feb 2022 00:12:23 +0900, Akira Yokosawa wrote: > Add patterns in cleverefcheck.pl to catch: > > - A plain QQz or grouped QQzs at the beginning of a section > - Consecutive QQzs not properly grouped > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Paul, You can see how the added pattern works by applying only 3/3 on current master e4815ca92805 ("memorder: Fix typos"), and run "make punctcheck". It will complain QQzs Patches 1/3 and 2/3 fix. Thanks, Akira > --- > utilities/cleverefcheck.pl | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > > diff --git a/utilities/cleverefcheck.pl b/utilities/cleverefcheck.pl > index 6e9a59e8..d92de5ac 100755 > --- a/utilities/cleverefcheck.pl > +++ b/utilities/cleverefcheck.pl [...]