Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd: Adjust whitespace for vangogh_ppt

A few changes have more whitespace than needed. Clean them up.

Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Tested-by: Robert Beckett <bob.beckett@collabora.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Mario Limonciello and committed by
Alex Deucher
00090268 fb3c34ef

+5 -7
+5 -7
drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c
··· 2308 2308 uint32_t *max_power_limit, 2309 2309 uint32_t *min_power_limit) 2310 2310 { 2311 - struct smu_11_5_power_context *power_context = 2312 - smu->smu_power.power_context; 2311 + struct smu_11_5_power_context *power_context = smu->smu_power.power_context; 2313 2312 uint32_t ppt_limit; 2314 2313 int ret = 0; 2315 2314 ··· 2344 2345 } 2345 2346 2346 2347 static int vangogh_get_ppt_limit(struct smu_context *smu, 2347 - uint32_t *ppt_limit, 2348 - enum smu_ppt_limit_type type, 2349 - enum smu_ppt_limit_level level) 2348 + uint32_t *ppt_limit, 2349 + enum smu_ppt_limit_type type, 2350 + enum smu_ppt_limit_level level) 2350 2351 { 2351 - struct smu_11_5_power_context *power_context = 2352 - smu->smu_power.power_context; 2352 + struct smu_11_5_power_context *power_context = smu->smu_power.power_context; 2353 2353 2354 2354 if (!power_context) 2355 2355 return -EOPNOTSUPP;