Commit 5abde62
bpf: Avoid unnecessary use of comma operator in verifier
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]>
Signed-off-by: Daniel Borkmann <[email protected]>
Reviewed-by: Dave Marchevsky <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]1 parent b08c8fc commit 5abde62
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9616 | 9616 | | |
9617 | 9617 | | |
9618 | 9618 | | |
9619 | | - | |
| 9619 | + | |
9620 | 9620 | | |
9621 | 9621 | | |
9622 | 9622 | | |
| |||
0 commit comments