aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorDeepak R Varma <[email protected]>2020-11-03 01:07:12 +0530
committerAlex Deucher <[email protected]>2020-11-02 15:35:50 -0500
commitc4c5ae67d17976d058341b24908d5f562f3ce933 (patch)
tree1b1c9a86d42c322541e5dedf593296d500f34cc3 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent8e607d7e27d87484f652218d7a10d7446ab2cbe7 (diff)
drm/amdgpu/amdgpu: use "*" adjacent to data name
When declaring pointer data, the "*" symbol should be used adjacent to the data name as per the coding standards. This resolves following issues reported by checkpatch script: ERROR: "foo * bar" should be "foo *bar" ERROR: "foo * bar" should be "foo *bar" ERROR: "foo* bar" should be "foo *bar" ERROR: "(foo*)" should be "(foo *)" Signed-off-by: Deepak R Varma <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions