aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
diff options
context:
space:
mode:
authorDeepak R Varma <mh12gx2825@gmail.com>2020-11-03 01:06:41 +0530
committerAlex Deucher <alexander.deucher@amd.com>2020-11-02 15:35:48 -0500
commit8e607d7e27d87484f652218d7a10d7446ab2cbe7 (patch)
tree1bbac8afdc331ee9225bdcdb703ee8f738b22c48 /drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
parentdrm/amdgpu/jpeg: use "*" adjacent to data name (diff)
downloadlinux-dev-8e607d7e27d87484f652218d7a10d7446ab2cbe7.tar.xz
linux-dev-8e607d7e27d87484f652218d7a10d7446ab2cbe7.zip
drm/amdgpu/sdma: 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 'drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c')
0 files changed, 0 insertions, 0 deletions