check-format.pl: Rename 'one-letter' to 'single-letter', do not report 'l'
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Thu, 29 Apr 2021 20:09:55 +0000 (22:09 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Thu, 20 May 2021 14:29:13 +0000 (16:29 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15077)

util/check-format-test-positives.c

index 7bb3f23a38d732f8f0e559d605c95897fbe8332f..6281c5cbce3b15377e3a079d7c5c7cabbbfbb5ab 100644 (file)
@@ -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 */