diff options
author | Amitoj Kaur Chawla <[email protected]> | 2016-06-23 10:30:55 +0530 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2016-07-22 00:07:05 -0700 |
commit | 4dec7d045d6d20afe794adbda5b6da2fe5d63a35 (patch) | |
tree | e9105dccdec4da7cf96588687a08847473b8614b /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | ae33256c55d2fefcad8712e750b846461994a1af (diff) |
i40e: Remove redundant memset
Remove redundant call to memset before a call to memcpy.
The Coccinelle semantic patch used to make this change is as follows:
@@
expression e1,e2,e3,e4;
@@
- memset(e1,e2,e3);
memcpy(e1,e4,e3);
Signed-off-by: Amitoj Kaur Chawla <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions