Re: [PATCH] kern/thread.c: some minor style changes

2021-12-31 Thread Samuel Thibault
Alicia, le ven. 31 déc. 2021 12:02:53 +0100, a ecrit: > On Thu, 30 Dec 2021 11:26:43 +0300 > Adam Kandur wrote: > > > @@ -1638,8 +1631,8 @@ kern_return_t thread_abort( > > > > /* > > * > > - * clear it of an event wait > > - */ > > +* clear it of an event wait

Re: [PATCH] kern/thread.c: some minor style changes

2021-12-31 Thread Alicia
On Thu, 30 Dec 2021 11:26:43 +0300 Adam Kandur wrote: > @@ -1638,8 +1631,8 @@ kern_return_t thread_abort( > > /* >* > - * clear it of an event wait > - */ > + * clear it of an event wait > + > evc_notify_abort(thread); > > /* Does this

Re: [PATCH] kern/thread.c: some minor style changes

2021-12-30 Thread Samuel Thibault
Adam Kandur, le jeu. 30 déc. 2021 11:26:43 +0300, a ecrit: > Greeting, I have changed some stuff in kern/thread.c which makes code > more readable for me. Maybe it will be usefull. Why not indeed, applied, thanks! > --- > kern/thread.c | 56 --- >

[PATCH] kern/thread.c: some minor style changes

2021-12-30 Thread Adam Kandur
Greeting, I have changed some stuff in kern/thread.c which makes code more readable for me. Maybe it will be usefull. --- kern/thread.c | 56 --- 1 file changed, 22 insertions(+), 34 deletions(-) diff --git a/kern/thread.c b/kern/thread.c index 903