Skip to content

Commit 6ab0a4a

Browse files
Ran Sunalexdeucher
authored andcommitted
drm/amd/pm: open brace '{' following function definitions go on the next line
ERROR: open brace '{' following function definitions go on the next line Signed-off-by: Ran Sun <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 823122e commit 6ab0a4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ int smu_v12_0_set_default_dpm_tables(struct smu_context *smu)
205205
return smu_cmn_update_table(smu, SMU_TABLE_DPMCLOCKS, 0, smu_table->clocks_table, false);
206206
}
207207

208-
int smu_v12_0_mode2_reset(struct smu_context *smu){
208+
int smu_v12_0_mode2_reset(struct smu_context *smu)
209+
{
209210
return smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_GfxDeviceDriverReset, SMU_RESET_MODE_2, NULL);
210211
}
211212

0 commit comments

Comments
 (0)