diff options
author | Christophe JAILLET <[email protected]> | 2020-03-08 07:54:42 +0100 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2020-03-10 14:33:21 -0300 |
commit | 24a5b0ce714210c69a8870d4a11ab6a8cff650c6 (patch) | |
tree | 80779cee7bd302a8de8ab98bf5a85a67088efa48 /tools/perf/scripts/python/syscall-counts.py | |
parent | 32ac9e4399b12d3e54d312a0e0e30ed5cd19bd4e (diff) |
RDMA/bnxt_re: Remove a redundant 'memset'
'wqe' is already zeroed at the top of the 'while' loop, just a few lines
below, and is not used outside of the loop.
So there is no need to zero it again, or for the variable to be declared
outside the loop.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Christophe JAILLET <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions