mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-07 22:33:49 +00:00
drm/amdgpu: Clean up errors in smu_helper.c
Fix the following errors reported by checkpatch: ERROR: spaces required around that '=' (ctx:VxV) ERROR: spaces required around that '<' (ctx:VxV) Signed-off-by: Ran Sun <sunran001@208suo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
df70be37ef
commit
53fa57d218
@ -696,7 +696,7 @@ int smu_get_voltage_dependency_table_ppt_v1(
|
||||
return -EINVAL);
|
||||
|
||||
dep_table->count = allowed_dep_table->count;
|
||||
for (i=0; i<dep_table->count; i++) {
|
||||
for (i = 0; i < dep_table->count; i++) {
|
||||
dep_table->entries[i].clk = allowed_dep_table->entries[i].clk;
|
||||
dep_table->entries[i].vddInd = allowed_dep_table->entries[i].vddInd;
|
||||
dep_table->entries[i].vdd_offset = allowed_dep_table->entries[i].vdd_offset;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user