drm/radeon: ERROR: "foo * bar" should be "foo *bar"
authorRan Sun <sunran001@208suo.com>
Fri, 21 Jul 2023 06:10:32 +0000 (06:10 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Jul 2023 17:44:03 +0000 (13:44 -0400)
commitabbd6cfb1d5a95e8fd07d2fdaa0fe328c2948a52
treea36b6bbbd56cb4e981ea46c8c48b9e93a5cc3926
parent2b048fa0ddc4021ce460c4faf96cecf63b425c5d
drm/radeon: ERROR: "foo * bar" should be "foo *bar"

Fix two 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