From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Gerum In-Reply-To: <2ff1a98a0709040150o16cfc522tb38e18ae49380afd@domain.hid> References: <46DC2484.6040004@domain.hid> <2ff1a98a0709030832m77661616qfb36eff16b0115b@domain.hid> <46DC7553.8040602@domain.hid> <2ff1a98a0709040150o16cfc522tb38e18ae49380afd@domain.hid> Content-Type: text/plain Date: Tue, 04 Sep 2007 16:12:01 +0200 Message-Id: <1188915121.28092.148.camel@domain.hid> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: Philippe Gerum Subject: Re: [Xenomai-core] [PATCH] VxWorks semaphore usage demo Reply-To: rpm@xenomai.org List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: Ravid Baruch Naali , xenomai@xenomai.org On Tue, 2007-09-04 at 10:50 +0200, Gilles Chanteperdrix wrote: > On 9/3/07, Ravid Baruch Naali wrote: > > Gilles Chanteperdrix wrote: > > > > > On 9/3/07, Ravid Baruch Naali wrote: > > > > > >> Hello again, > > >> > > > > > > Hi, > > > > > > > > >> I'm not sure what is the preferred way to commit my changes, so before I > > >> commit i'm Attaching my patch in order to get you remarks and further > > >> instructions > > >> > > > > > > The synchronization on tasks completion with the semID semaphore seems > > > broken. The main thread will get the semahore when the first task > > > completes, not when all the tasks complete. > > > > > > I see too many comments, for instance: > > > // Checking for failures > > > if (error == ERROR) > > > > > > is useless, it is pretty obvious from reading the code that you are > > > checking for failure. Comments should tell us things that are not > > > obvious. > > > > > > Now, about the style, this is C code, so use C style comments. I would > > > also prefer that you use the kernel coding style, but this is not > > > kernel code, so I am not sure the rule is to use the kernel coding > > > style. > > > > > Re sending the patch following Gilles comments > > Looks good to me, except for the typo in the errno_to_message > function. Philippe, could you apply this patch ? I am changing ISP, so > I have not internet at home. > Ok, will merge. -- Philippe.