commit | 68f96c0c889b55bf62eee98e859cb686f8850188 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Wed Nov 12 10:21:01 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Nov 12 19:22:57 2008 +0100 |
tree | 4ddc529b4eac68361b5f2066843b68337a189a83 | |
parent | cb9382e5a94e54d0356d730954396c746ae66d6e [diff] |
tracing/fastboot: fix perlcritic warning Impact: cleanup Fix the following warning from the perl syntax checking tool perlcritic. This tool is a lint like tool that checks for perl best practices. Loop iterator is not lexical at line 113, column 1. See page 108 of PBP. (Severity: 5) Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>