diff options
author | Ran Sun <[email protected]> | 2023-08-01 09:30:23 +0000 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-08-09 09:41:08 -0400 |
commit | 0abfc3fd1dda58fe6d0be71647ebdeb0f18f2e06 (patch) | |
tree | 7f887bc71cc1da4e0215c6394645f3e8fa2f5f76 | |
parent | fd9e257a9406099772bcfc4414c32f1e632882b9 (diff) |
gpu: amd: Clean up errors in ppatomfwctrl.h
Fix the following errors reported by checkpatch:
ERROR: open brace '{' following struct go on the same line
Signed-off-by: Ran Sun <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomfwctrl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomfwctrl.h b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomfwctrl.h index 2fc1733bcdcf..e86e05c786d9 100644 --- a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomfwctrl.h +++ b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomfwctrl.h @@ -147,8 +147,7 @@ struct pp_atomfwctrl_bios_boot_up_values { uint8_t ucCoolingID; }; -struct pp_atomfwctrl_smc_dpm_parameters -{ +struct pp_atomfwctrl_smc_dpm_parameters { uint8_t liquid1_i2c_address; uint8_t liquid2_i2c_address; uint8_t vr_i2c_address; |