Hi, On Tue, Mar 31, 2020 at 6:20 AM Maulik Shah <mkshah@xxxxxxxxxxxxxx> wrote: > > +/** > + * rpmh_rsc_ctrlr_is_busy: Check if any of the AMCs are busy. nit: this is still not quite kerneldoc format. Specifically, the above should be: * rpmh_rsc_ctrlr_is_busy() - Check if any of the AMCs are busy You may think I'm being nit picky, but try running: scripts/kernel-doc -rst drivers/soc/qcom/rpmh-rsc.c Now search the output for "Check if any of the AMCs are busy". It won't be there as you have formatted it. If you fix it to the proper format then it shows up. I'm not saying that you should fix up all functions at once but if you're adding new functions why not make them compliant? Other than the kerneldoc nitpick which could happen later in a cleanup series for the whole driver at once, this patch looks fine to me now. Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>