aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2020-10-11 12:34:56 +0200
committerJakub Kicinski <[email protected]>2020-10-13 17:11:52 -0700
commit44797589c20ecfe00e273cfe1f141f2a87187255 (patch)
tree57562d1bdd98047157a07633bf0b78620f6c1d2f /tools/perf/scripts/python/net_dropmonitor.py
parent7e38b03f0fe7c642d26f8bccbead021e9d772bb2 (diff)
tcp: use semicolons rather than commas to separate statements
Replace commas with semicolons. Commas introduce unnecessary variability in the code structure and are hard to see. What is done is essentially described by the following Coccinelle semantic patch (http://coccinelle.lip6.fr/): // <smpl> @@ expression e1,e2; @@ e1 -, +; e2 ... when any // </smpl> Signed-off-by: Julia Lawall <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions