diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-01-28 23:32:13 +0200 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-02-10 17:47:38 +0200 |
commit | 45e21277f94753c3e3429e63e5785888ee1ead4a (patch) | |
tree | 545132018b077bc64be6f42d97e2cd59a31b5bd8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | d19f359fbdc6b5d49e9b9a0db27a996b28a2ded3 (diff) |
platform/x86: dell_rbu: Simplify cleanup code in create_packet()
The code looks more nicer if we use:
while (idx--)
instead:
for (;idx>0;idx--)
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions