aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDeepak R Varma <mh12gx2825@gmail.com>2020-11-03 01:08:23 +0530
committerAlex Deucher <alexander.deucher@amd.com>2020-11-02 15:35:53 -0500
commit8acedab0fdac989a0c148f81c9f97704aadcf6e4 (patch)
tree0aa3ed5ed957075703225a2ec589ae6fd4fabb01 /tools/perf/scripts/python
parentdrm/amdgpu/amdgpu: use "*" adjacent to data name (diff)
downloadlinux-dev-8acedab0fdac989a0c148f81c9f97704aadcf6e4.tar.xz
linux-dev-8acedab0fdac989a0c148f81c9f97704aadcf6e4.zip
drm/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 <mh12gx2825@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions