build: replace `true` with a custom noop script
[openwrt/staging/hauke.git] / scripts / checkpatch.pl
index 81b1ffcb56007f9c5df5448da583e809daf95b38..2adc5efec5e6bf1061d6b9133eca2111b0e1dec6 100755 (executable)
@@ -4697,7 +4697,7 @@ sub process {
 ##                 $line !~ /^.\s*$Type\s+$Ident(?:\s*=[^,{]*)?\s*,\s*$Type\s*$Ident.*/) {
 ##
 ##                     # Remove any bracketed sections to ensure we do not
-##                     # falsly report the parameters of functions.
+##                     # falsely report the parameters of functions.
 ##                     my $ln = $line;
 ##                     while ($ln =~ s/\([^\(\)]*\)//g) {
 ##                     }