linux/drivers/gpu/drm/amd
Deepak R Varma 8e607d7e27 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>
2020-11-02 15:35:48 -05:00
..
acp
amdgpu drm/amdgpu/sdma: use "*" adjacent to data name 2020-11-02 15:35:48 -05:00
amdkfd amdkfd: Check kvmalloc return before memcpy 2020-11-02 15:33:33 -05:00
display drm/amdgpu/display: fix warnings when CONFIG_DRM_AMD_DC_DCN is not set 2020-11-02 15:34:33 -05:00
include drm/amdgpu: drop CONFIG_DRM_AMD_DC_DCN3_01 from atomfirmware.h 2020-10-30 01:02:10 -04:00
pm drm/amd/pm: fix compile warnings about variable used uninitialized 2020-10-30 14:27:15 -04:00