diff options
| author | Deepak R Varma <[email protected]> | 2020-11-02 19:36:11 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-11-02 20:35:46 +0000 |
| commit | 77f5c7370fc9127a1dd34d2f22328a57b8ec1f5f (patch) | |
| tree | 4391dcb5beb21f17b609839df214c26d1592780a /drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | |
| parent | drm/amdgpu/umc: use "*" adjacent to data name (diff) | |
| download | kernel-77f5c7370fc9127a1dd34d2f22328a57b8ec1f5f.tar.gz kernel-77f5c7370fc9127a1dd34d2f22328a57b8ec1f5f.zip | |
drm/amdgpu/jpeg: 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
