commit | 8e8114dd9ed917427ab1d415073f92fd632adee1 | [log] [tgz] |
---|---|---|
author | Akira Yokosawa <akiyks@gmail.com> | Sat Sep 20 18:23:45 2025 +0900 |
committer | Paul E. McKenney <paulmck@kernel.org> | Sat Sep 20 07:50:34 2025 -0700 |
tree | 4fdf4b904b3130894826ca70ebc8868837b12684 | |
parent | 701b839f35a6aa4f7c5958b140ac382849092596 [diff] |
Subject: [PATCH -perfbook 2/2] utilities/punctcheck.sh: Check use of "\%" Teach utilities/punctcheck.sh of the pattern for the percent sign by adding utilities/percentcheck.pl and letting it invoked along with utilities/punctcheck.pl. It could be added in punctcheck.pl, but doing so would further complicate the script. Therefore, a dedicated script. Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>