OSDN Git Service

drm/amd: Clean up errors in vega10_processpptables.c
authorRan Sun <sunran001@208suo.com>
Tue, 1 Aug 2023 09:19:06 +0000 (09:19 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:40:57 +0000 (09:40 -0400)
commitc34a2784254a263fbf419e86abd84d4275f0833b
tree3632e71197625bfc1efeb775c079c21e3af8c80d
parent08b4dc2fdb35c35708cbf5dab200f1d95fdf1edb
drm/amd: Clean up errors in vega10_processpptables.c

Fix the following errors reported by checkpatch:

ERROR: "foo* bar" should be "foo *bar"
ERROR: space required before the open brace '{'
ERROR: space required before the open parenthesis '('

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