Re: [PATCH] score: Clarify code block

2023-01-23 Thread Joel Sherrill
On Mon, Jan 23, 2023, 9:18 AM Gedare Bloom wrote: > ok. also ok would have been merging the lines. > I like not chaining the assignments. I think simple lines are easier for review. I suspect some coding style wouldn't like it anyway. > > On Mon, Jan 23, 2023 at 6:18 AM Sebastian Huber > wrote

Re: [PATCH] score: Clarify code block

2023-01-23 Thread Gedare Bloom
ok. also ok would have been merging the lines. On Mon, Jan 23, 2023 at 6:18 AM Sebastian Huber wrote: > > Do not use a chained assignment for code clarity. > > Update #4818. > --- > cpukit/score/src/threadcreateidle.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/cpuki

[PATCH] score: Clarify code block

2023-01-23 Thread Sebastian Huber
Do not use a chained assignment for code clarity. Update #4818. --- cpukit/score/src/threadcreateidle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/src/threadcreateidle.c b/cpukit/score/src/threadcreateidle.c index cb15d5cc3c..4f16a57099 100644 --- a/cpukit/s