diff options
author | Chen Ni <[email protected]> | 2024-09-04 16:08:45 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-09-06 18:05:53 -0700 |
commit | aac0484423b7429808ca40a5017d603c14c1da1e (patch) | |
tree | b9f07aa0ec1c0484fa711e48f307f0e2f08ddca5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 52fc70a32573707f70d6b1b5c5fe85cc91457393 (diff) |
net: atlantic: convert comma to semicolon
Replace comma between expressions with semicolons.
Using a ',' in place of a ';' can have unintended side effects.
Although that is not the case here, it is seems best to use ';'
unless ',' is intended.
Found by inspection.
No functional change intended.
Compile tested only.
Signed-off-by: Chen Ni <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions