All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove trailing space
@ 2022-04-28 23:37 Elena Sakhnovitch
  2022-04-29  2:46 ` Zhang, Hawking
  0 siblings, 1 reply; 2+ messages in thread
From: Elena Sakhnovitch @ 2022-04-28 23:37 UTC (permalink / raw)
  To: amd-gfx; +Cc: elena.sakhnovitch

Clean up trailing space in file sienna_cichlis_ppt.c.

Signed-off-by: Elena Sakhnovitch <elena.sakhnovitch@amd.com>
---
 drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
index ab3e9d8b831e..e4b254775d00 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
@@ -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;
 }
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] Remove trailing space
  2022-04-28 23:37 [PATCH] Remove trailing space Elena Sakhnovitch
@ 2022-04-29  2:46 ` Zhang, Hawking
  0 siblings, 0 replies; 2+ messages in thread
From: Zhang, Hawking @ 2022-04-29  2:46 UTC (permalink / raw)
  To: Sakhnovitch, Elena (Elen), amd-gfx; +Cc: Sakhnovitch, Elena (Elen)

[AMD Official Use Only - General]

Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>

Regards,
Hawking
-----Original Message-----
From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> On Behalf Of Elena Sakhnovitch
Sent: Friday, April 29, 2022 07:37
To: amd-gfx@lists.freedesktop.org
Cc: Sakhnovitch, Elena (Elen) <Elena.Sakhnovitch@amd.com>
Subject: [PATCH] Remove trailing space

Clean up trailing space in file sienna_cichlis_ppt.c.

Signed-off-by: Elena Sakhnovitch <elena.sakhnovitch@amd.com>
---
 drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
index ab3e9d8b831e..e4b254775d00 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
@@ -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;
 }

--
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-29  2:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28 23:37 [PATCH] Remove trailing space Elena Sakhnovitch
2022-04-29  2:46 ` Zhang, Hawking

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.