Whamcloud - gitweb
LU-13726 build: fix spelling.txt pattern matching 96/58596/2
authorAndreas Dilger <adilger@whamcloud.com>
Sun, 30 Mar 2025 04:11:40 +0000 (22:11 -0600)
committerOleg Drokin <green@whamcloud.com>
Thu, 10 Apr 2025 06:59:52 +0000 (06:59 +0000)
commitf62b88674d9e67dc214e033327959ff8a7a42c9b
tree77d330e75c58746fa8d45d402dd50d2faed38589
parent647bf59fd6d8a74effcfe9c4c8a41bffd973269a
LU-13726 build: fix spelling.txt pattern matching

Fix the overly-broad regexp "%.*s" added for "DNAME" checking,
which matches *all* string format specifiers (since ".*" can be
zero or more characters).  This should be matching the literal
format "%.*s" for fixed-length strings.

Reorder other strings in spelling.txt to (roughly) alphabetical
order to make them easier to find.

Test-Parameters: trivial
Fixes: d097fcc51b ("LU-18810 obd: add a parameter to enable filename encoding")
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I0009f9470d16c340ebf5bcd2384b477bac500c13
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58596
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
contrib/scripts/spelling.txt