]> granicus.if.org Git - zfs/commit
Fix cstyle.pl warnings
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 3 Jun 2016 16:08:14 +0000 (09:08 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 3 Jun 2016 16:08:14 +0000 (09:08 -0700)
commitf866a4ea1f188a3a7c4b828f42080089703779c9
tree0d4f10ef5bba1da0ff59fdbb028231323cbf3708
parent1eeb4562a72ab29345572609e1e4315ecd26c5a1
Fix cstyle.pl warnings

As of perl v5.22.1 the following warnings are generated:

* Redundant argument in printf at scripts/cstyle.pl line 194

* Unescaped left brace in regex is deprecated, passed through
  in regex; marked by <-- HERE in m/\S{ <-- HERE / at
  scripts/cstyle.pl line 608.

They have been addressed by escaping the left braces and by
providing the correct number of arguments to printf based on
the fmt specifier set by the verbose option.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4723
scripts/cstyle.pl