]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
etc/checkpatch/checkpatch.conf: Ignore TYPO_SPELLING
authorAlejandro Colomar <alx@kernel.org>
Sun, 8 Jun 2025 18:51:05 +0000 (20:51 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 8 Jun 2025 21:17:03 +0000 (23:17 +0200)
It suggest 'cancellation' instead of 'cancelation', but we want the
latter.  Since it hasn't caught anything useful, AFAIR, turn it off.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
etc/checkpatch/checkpatch.conf

index b182aad5030cc7bed19f9228cce5c11ac1e4569f..3b24af0d0212d499d2a59957ea47201e7d7699fc 100644 (file)
@@ -26,6 +26,7 @@
 --ignore STATIC_CONST_CHAR_ARRAY
 --ignore SUSPECT_CODE_INDENT
 --ignore TRAILING_STATEMENTS
+--ignore TYPO_SPELLING
 --ignore UNNECESSARY_PARENTHESES
 --ignore VOLATILE