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 to kernel-doc as part of the automotive safety certification work, which also uses /**. ~Andrew