diff options
| author | Deepak R Varma <[email protected]> | 2020-11-02 19:35:25 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-11-02 20:35:44 +0000 |
| commit | 58b5a793ff02d6a74f2d99c22e525f7bef4886e5 (patch) | |
| tree | 1f7eb7a028c2a6a4cdde67e67e3d669dfd84b00a /drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | |
| parent | drm/amdgpu/vcn: use "*" adjacent to data name (diff) | |
| download | kernel-58b5a793ff02d6a74f2d99c22e525f7bef4886e5.tar.gz kernel-58b5a793ff02d6a74f2d99c22e525f7bef4886e5.zip | |
drm/amdgpu/umc: 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 'drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c')
0 files changed, 0 insertions, 0 deletions
