drm/amdgpu: Remove trailing space
authorElena Sakhnovitch <elena.sakhnovitch@amd.com>
Thu, 28 Apr 2022 23:26:29 +0000 (19:26 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 4 May 2022 13:54:11 +0000 (09:54 -0400)
Clean up trailing space in file sienna_cichlid_ppt.c.

Signed-off-by: Elena Sakhnovitch <elena.sakhnovitch@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c

index ab3e9d8..e4b2547 100644 (file)
@@ -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;
 }