Commit 20f5e6cf authored by Elena Sakhnovitch's avatar Elena Sakhnovitch Committed by Alex Deucher

drm/amdgpu: Remove trailing space

Clean up trailing space in file sienna_cichlid_ppt.c.
Signed-off-by: default avatarElena Sakhnovitch <elena.sakhnovitch@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1761e5ef
......@@ -410,7 +410,7 @@ static int sienna_cichlid_append_powerplay_table(struct smu_context *smu)
GET_PPTABLE_MEMBER(I2cControllers, &table_member);
memcpy(table_member, smc_dpm_table->I2cControllers,
sizeof(*smc_dpm_table) - sizeof(smc_dpm_table->table_header));
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment