From: Dr. David von Oheimb Date: Thu, 29 Apr 2021 20:09:55 +0000 (+0200) Subject: check-format.pl: Rename 'one-letter' to 'single-letter', do not report 'l' X-Git-Tag: openssl-3.0.0-beta1~458 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d3349276a5ff72535747a7f881be51076343165;p=thirdparty%2Fopenssl.git check-format.pl: Rename 'one-letter' to 'single-letter', do not report 'l' Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15077) --- diff --git a/util/check-format-test-positives.c b/util/check-format-test-positives.c index 7bb3f23a38d..6281c5cbce3 100644 --- a/util/check-format-test-positives.c +++ b/util/check-format-test-positives.c @@ -72,7 +72,7 @@ void main(int n) { /*@ opening brace at end of function definition header */ #endif /*@ unexpected #endif */ int f (int a, /*@ space after fn before '(', reported unless sloppy-spc */ int b, /*@ hanging expr indent off by -1 */ - long l) /*@ one-letter name 'l' */ + long I) /*@ single-letter name 'I' */ { int /*@ code after '{' opening a block */ xx = 1) + /*@ unexpected closing parenthesis */ 0L < /*@ constant on LHS of comparison operator */