diff options
author | Levente Kurusa <levex@linux.com> | 2013-10-29 23:01:46 +0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-11-23 02:21:10 +0400 |
commit | 462098b090897fbcf00088b225eb7a3adc407e98 (patch) | |
tree | 5eb3e3b5f30e0103f30b32e93ccdf3230089f4c4 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) | |
download | linux-462098b090897fbcf00088b225eb7a3adc407e98.tar.xz |
ata: libata-eh: Remove unnecessary snprintf arithmetic
Remove an unnecessary arithmetic operation from a call to snprintf, because
the size parameter of snprintf includes the trailing null space.
Also, initialize the buffer on definition instead of a memset call.
Signed-off-by: Levente Kurusa <levex@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions