diff options
author | Simon Horman <[email protected]> | 2023-12-17 09:44:50 +0000 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2024-01-02 13:46:18 -0800 |
commit | 55f96e8bbea09afbd0ce95cc281ec2597ddafb81 (patch) | |
tree | f912a2a371fedf824bed39d00434c580c7c32f87 /tools/perf/builtin-script.c | |
parent | 31deb12e85c35ddd2c037f0107d05d8674cab2c0 (diff) |
i40e: Avoid unnecessary use of comma operator
Although it does not seem to have any untoward side-effects,
the use of ';' to separate to assignments seems more appropriate than ','.
Flagged by clang-17 -Wcomma
No functional change intended.
Compile tested only.
Signed-off-by: Simon Horman <[email protected]>
Reviewed-by: Nick Desaulniers <[email protected]>
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/builtin-script.c')
0 files changed, 0 insertions, 0 deletions