aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorVille Syrjälä <[email protected]>2020-02-25 19:11:08 +0200
committerVille Syrjälä <[email protected]>2020-03-02 16:41:58 +0200
commit06812bd9ac7c5aa3d53f1dbe0d24fd33c26a8d5f (patch)
treec9f25c379eb9b70099c09a1474bd2613d7380b8d /tools/perf/scripts/python/syscall-counts.py
parent5ef2c353d9ef54f2f0d97cd52c6cc56c47459e29 (diff)
drm/i915: Add missing commas to dbuf tables
The preferred style is to sprinkle commas after each array and structure initialization, whether or not it happens to be the last element/member (only exception being sentinel entries which never have anything after them). This leads to much prettier diffs if/when new elements/members get added to the end of the initialization. We're not bound by some ancient silly mandate to omit the final comma. Cc: Stanislav Lisovskiy <[email protected]> Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Jani Nikula <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions