diff options
author | Rasmus Villemoes <[email protected]> | 2015-12-01 15:54:01 +0100 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2015-12-08 15:15:32 +0100 |
commit | bcf4299e6215a475259c3ac329d43e776cfe9c0c (patch) | |
tree | 6473cc8b75667791244a9a58a5a1c23c31e96b77 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 8e3911178e0d406bc3e84e7dcd8b556edc47b9d7 (diff) |
floppy: make local variable non-static
There's no reason for temparea to be static, since it's only used for
temporary sprintf output. It's not immediately obvious that the output
will always fit (in the worst case, the output including '\0' is
exactly 32 bytes), so save a future reader from worrying about that.
Signed-off-by: Rasmus Villemoes <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions