OSDN Git Service

drm/amd/pm: Clean up errors in navi10_ppt.c
authorRan Sun <sunran001@208suo.com>
Mon, 24 Jul 2023 07:21:01 +0000 (15:21 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Jul 2023 18:47:38 +0000 (14:47 -0400)
commit1e3a58df21d09ecc76fdbb2a9317366e5e70fe1c
tree64562ca09d331aa9ed981860d65f5a7e1b26106e
parent81dc5ccd75dc2539d6e49b10ff07d188522cdaca
drm/amd/pm: Clean up errors in navi10_ppt.c

Fix the following errors reported by checkpatch:

ERROR: open brace '{' following function definitions go on the next line
ERROR: space required before the open parenthesis '('
ERROR: space required after that ',' (ctx:VxV)
ERROR: spaces required around that '=' (ctx:VxW)

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