* [PATCH] drm/amd/pm: that open brace { should be on the previous line [not found] <20230724084109.9496-1-xujianghui@cdjrlc.com> @ 2023-07-24 8:42 ` sunran001 2023-07-24 21:53 ` Alex Deucher 0 siblings, 1 reply; 2+ messages in thread From: sunran001 @ 2023-07-24 8:42 UTC (permalink / raw) To: alexander.deucher; +Cc: amd-gfx, dri-devel, linux-kernel ERROR: that open brace { should be on the previous line Signed-off-by: Ran Sun <sunran001@208suo.com> --- drivers/gpu/drm/amd/pm/swsmu/inc/smu_11_0_cdr_table.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/inc/smu_11_0_cdr_table.h b/drivers/gpu/drm/amd/pm/swsmu/inc/smu_11_0_cdr_table.h index beab6d7b28b7..630132c4a76b 100644 --- a/drivers/gpu/drm/amd/pm/swsmu/inc/smu_11_0_cdr_table.h +++ b/drivers/gpu/drm/amd/pm/swsmu/inc/smu_11_0_cdr_table.h @@ -52,8 +52,7 @@ static unsigned int DbiPrbs7[] = //4096 bytes, 256 byte aligned -static unsigned int NoDbiPrbs7[] = -{ +static unsigned int NoDbiPrbs7[] = { 0x0f0f0f0f, 0x0f0f0f0f, 0x0f0f0f0f, 0xf0f00f0f, 0x0f0f0f0f, 0x0f0f0f0f, 0xf0f0f0f0, 0x0f0f0f0f, 0x0f0f0f0f, 0xf0f00f0f, 0xf0f00f0f, 0x0f0f0f0f, 0xf0f0f0f0, 0xf0f0f0f0, 0x0f0f0f0f, 0xf0f00f0f, 0x0f0f0f0f, 0xf0f00f0f, 0xf0f0f0f0, 0x0f0f0f0f, 0xf0f0f0f0, 0xf0f00f0f, 0xf0f00f0f, 0xf0f00f0f, 0x0f0ff0f0, 0xf0f0f0f0, 0xf0f0f0f0, 0x0f0ff0f0, 0x0f0f0f0f, 0x0f0f0f0f, 0xf0f0f0f0, 0xf0f00f0f, 0x0f0f0f0f, 0xf0f00f0f, 0x0f0ff0f0, 0x0f0f0f0f, 0xf0f0f0f0, 0x0f0ff0f0, 0xf0f00f0f, 0xf0f00f0f, 0xf0f0f0f0, 0x0f0ff0f0, 0xf0f0f0f0, 0xf0f00f0f, 0xf0f0f0f0, 0x0f0f0f0f, 0x0f0ff0f0, 0xf0f00f0f, @@ -121,8 +120,7 @@ static unsigned int NoDbiPrbs7[] = }; // 4096 bytes, 256 byte aligned -static unsigned int DbiPrbs7[] = -{ +static unsigned int DbiPrbs7[] = { 0xffffffff, 0xffffffff, 0xffffffff, 0x0000ffff, 0xffffffff, 0xffffffff, 0x00000000, 0xffffffff, 0xffffffff, 0x0000ffff, 0x0000ffff, 0xffffffff, 0x00000000, 0x00000000, 0xffffffff, 0x0000ffff, 0xffffffff, 0x0000ffff, 0x00000000, 0xffffffff, 0x00000000, 0x0000ffff, 0x0000ffff, 0x0000ffff, 0xffff0000, 0x00000000, 0x00000000, 0xffff0000, 0xffffffff, 0xffffffff, 0x00000000, 0x0000ffff, 0xffffffff, 0x0000ffff, 0xffff0000, 0xffffffff, 0x00000000, 0xffff0000, 0x0000ffff, 0x0000ffff, 0x00000000, 0xffff0000, 0x00000000, 0x0000ffff, 0x00000000, 0xffffffff, 0xffff0000, 0x0000ffff, ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] drm/amd/pm: that open brace { should be on the previous line 2023-07-24 8:42 ` [PATCH] drm/amd/pm: that open brace { should be on the previous line sunran001 @ 2023-07-24 21:53 ` Alex Deucher 0 siblings, 0 replies; 2+ messages in thread From: Alex Deucher @ 2023-07-24 21:53 UTC (permalink / raw) To: sunran001; +Cc: alexander.deucher, dri-devel, amd-gfx, linux-kernel Applied. Thanks! On Mon, Jul 24, 2023 at 4:42 AM <sunran001@208suo.com> wrote: > > ERROR: that open brace { should be on the previous line > > Signed-off-by: Ran Sun <sunran001@208suo.com> > --- > drivers/gpu/drm/amd/pm/swsmu/inc/smu_11_0_cdr_table.h | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/amd/pm/swsmu/inc/smu_11_0_cdr_table.h > b/drivers/gpu/drm/amd/pm/swsmu/inc/smu_11_0_cdr_table.h > index beab6d7b28b7..630132c4a76b 100644 > --- a/drivers/gpu/drm/amd/pm/swsmu/inc/smu_11_0_cdr_table.h > +++ b/drivers/gpu/drm/amd/pm/swsmu/inc/smu_11_0_cdr_table.h > @@ -52,8 +52,7 @@ static unsigned int DbiPrbs7[] = > > > //4096 bytes, 256 byte aligned > -static unsigned int NoDbiPrbs7[] = > -{ > +static unsigned int NoDbiPrbs7[] = { > 0x0f0f0f0f, 0x0f0f0f0f, 0x0f0f0f0f, 0xf0f00f0f, 0x0f0f0f0f, > 0x0f0f0f0f, 0xf0f0f0f0, 0x0f0f0f0f, 0x0f0f0f0f, 0xf0f00f0f, 0xf0f00f0f, > 0x0f0f0f0f, 0xf0f0f0f0, 0xf0f0f0f0, 0x0f0f0f0f, 0xf0f00f0f, > 0x0f0f0f0f, 0xf0f00f0f, 0xf0f0f0f0, 0x0f0f0f0f, 0xf0f0f0f0, > 0xf0f00f0f, 0xf0f00f0f, 0xf0f00f0f, 0x0f0ff0f0, 0xf0f0f0f0, 0xf0f0f0f0, > 0x0f0ff0f0, 0x0f0f0f0f, 0x0f0f0f0f, 0xf0f0f0f0, 0xf0f00f0f, > 0x0f0f0f0f, 0xf0f00f0f, 0x0f0ff0f0, 0x0f0f0f0f, 0xf0f0f0f0, > 0x0f0ff0f0, 0xf0f00f0f, 0xf0f00f0f, 0xf0f0f0f0, 0x0f0ff0f0, 0xf0f0f0f0, > 0xf0f00f0f, 0xf0f0f0f0, 0x0f0f0f0f, 0x0f0ff0f0, 0xf0f00f0f, > @@ -121,8 +120,7 @@ static unsigned int NoDbiPrbs7[] = > }; > > // 4096 bytes, 256 byte aligned > -static unsigned int DbiPrbs7[] = > -{ > +static unsigned int DbiPrbs7[] = { > 0xffffffff, 0xffffffff, 0xffffffff, 0x0000ffff, 0xffffffff, > 0xffffffff, 0x00000000, 0xffffffff, 0xffffffff, 0x0000ffff, 0x0000ffff, > 0xffffffff, 0x00000000, 0x00000000, 0xffffffff, 0x0000ffff, > 0xffffffff, 0x0000ffff, 0x00000000, 0xffffffff, 0x00000000, > 0x0000ffff, 0x0000ffff, 0x0000ffff, 0xffff0000, 0x00000000, 0x00000000, > 0xffff0000, 0xffffffff, 0xffffffff, 0x00000000, 0x0000ffff, > 0xffffffff, 0x0000ffff, 0xffff0000, 0xffffffff, 0x00000000, > 0xffff0000, 0x0000ffff, 0x0000ffff, 0x00000000, 0xffff0000, 0x00000000, > 0x0000ffff, 0x00000000, 0xffffffff, 0xffff0000, 0x0000ffff, ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-24 21:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230724084109.9496-1-xujianghui@cdjrlc.com>
2023-07-24 8:42 ` [PATCH] drm/amd/pm: that open brace { should be on the previous line sunran001
2023-07-24 21:53 ` Alex Deucher
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®