Re: [PATCH] score/arm: style fixes

2023-07-26 Thread Gedare Bloom
On Tue, Jul 25, 2023 at 11:11 PM Sebastian Huber wrote: > > On 25.07.23 23:38, Gedare Bloom wrote: > > diff --git a/cpukit/score/cpu/arm/aarch32-psma-init.c > > b/cpukit/score/cpu/arm/aarch32-psma-init.c > > index 93a3673a98..b30cb5e308 100644 > > --- a/cpukit/score/cpu/arm/aarch32-psma-init.c >

Re: [PATCH] score/arm: style fixes

2023-07-25 Thread Sebastian Huber
On 25.07.23 23:38, Gedare Bloom wrote: diff --git a/cpukit/score/cpu/arm/aarch32-psma-init.c b/cpukit/score/cpu/arm/aarch32-psma-init.c index 93a3673a98..b30cb5e308 100644 --- a/cpukit/score/cpu/arm/aarch32-psma-init.c +++ b/cpukit/score/cpu/arm/aarch32-psma-init.c @@ -46,7 +46,7 @@ #include

Re: [PATCH] score/arm: style fixes

2023-07-25 Thread Gedare Bloom
On Tue, Jul 25, 2023 at 5:03 PM Joel Sherrill wrote: > > > > On Tue, Jul 25, 2023 at 5:53 PM Gedare Bloom wrote: >> >> On Tue, Jul 25, 2023 at 4:48 PM Joel Sherrill wrote: >> > >> > I may have missed something. Commented in one place. >> > >> > It looks like mostly spaces inside () and variable/

Re: [PATCH] score/arm: style fixes

2023-07-25 Thread Joel Sherrill
On Tue, Jul 25, 2023 at 5:53 PM Gedare Bloom wrote: > On Tue, Jul 25, 2023 at 4:48 PM Joel Sherrill wrote: > > > > I may have missed something. Commented in one place. > > > > It looks like mostly spaces inside () and variable/parameter declaration > changes. > > > Yes, for the most part those a

Re: [PATCH] score/arm: style fixes

2023-07-25 Thread Gedare Bloom
On Tue, Jul 25, 2023 at 4:48 PM Joel Sherrill wrote: > > I may have missed something. Commented in one place. > > It looks like mostly spaces inside () and variable/parameter declaration > changes. > Yes, for the most part those are the least consistent so far. > On Tue, Jul 25, 2023 at 4:38 PM

Re: [PATCH] score/arm: style fixes

2023-07-25 Thread Joel Sherrill
I may have missed something. Commented in one place. It looks like mostly spaces inside () and variable/parameter declaration changes. On Tue, Jul 25, 2023 at 4:38 PM Gedare Bloom wrote: > --- > cpukit/score/cpu/arm/__aeabi_read_tp.c| 2 +- > cpukit/score/cpu/arm/__tls_get_addr.c

Re: [PATCH] score/arm: style fixes

2023-07-25 Thread Gedare Bloom
On Tue, Jul 25, 2023 at 3:38 PM Gedare Bloom wrote: > > --- > cpukit/score/cpu/arm/__aeabi_read_tp.c| 2 +- > cpukit/score/cpu/arm/__tls_get_addr.c | 4 +- > .../score/cpu/arm/aarch32-psma-init-default.c | 2 +- > cpukit/score/cpu/arm/aarch32-psma-init.c | 82 -

[PATCH] score/arm: style fixes

2023-07-25 Thread Gedare Bloom
--- cpukit/score/cpu/arm/__aeabi_read_tp.c| 2 +- cpukit/score/cpu/arm/__tls_get_addr.c | 4 +- .../score/cpu/arm/aarch32-psma-init-default.c | 2 +- cpukit/score/cpu/arm/aarch32-psma-init.c | 82 - cpukit/score/cpu/arm/arm-exception-default.c | 6 +- .../sco