drm/radeon: ERROR: "foo * bar" should be "foo *bar"
authorRan Sun <sunran001@208suo.com>
Mon, 10 Jul 2023 07:38:50 +0000 (15:38 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Jul 2023 15:12:09 +0000 (11:12 -0400)
commit596aed31ab1f51ec397fe975e4dfcb60642d6e02
tree2f567c07138acca7f4c4a42a7a7c9dd0f593acd7
parent1ddcdb7cb6bb5edb889a21228533406e908f7257
drm/radeon: ERROR: "foo * bar" should be "foo *bar"

Fix nine occurrences of the checkpatch.pl error:
ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/atom.c