Re: [PATCH 1/5] sched/arinc653: Clean up comments

2020-09-18 Thread Jeff Kubascik
On 9/17/2020 9:24 AM, Andrew Cooper wrote: > On 16/09/2020 19:18, Jeff Kubascik wrote: >> -/** >> - * Retrieve the idle UNIT for a given physical CPU >> +/* >> + * Retrieve the idle UNIT for a given pCPU >> */ > > /** is also acceptable. We've inherited quite a few doxygen-like > comments, and

Re: [PATCH 1/5] sched/arinc653: Clean up comments

2020-09-17 Thread Andrew Cooper
On 16/09/2020 19:18, Jeff Kubascik wrote: > -/** > - * Retrieve the idle UNIT for a given physical CPU > +/* > + * Retrieve the idle UNIT for a given pCPU > */ /** is also acceptable.  We've inherited quite a few doxygen-like comments, and there is currently a plan to move some things formally t

[PATCH 1/5] sched/arinc653: Clean up comments

2020-09-16 Thread Jeff Kubascik
The arinc653 module has function header comment blocks and other comment inconsistencies not in line with the Xen coding style. This change cleans up the code to better match the Xen coding style, and has no functional changes. Signed-off-by: Jeff Kubascik --- xen/common/sched/arinc653.c | 229 +