Re: [PATCH 3/3] soc: qcom: rpmh-rsc: fix kernel-doc issues in rpmh-rsc.c
Konrad Dybcio <[email protected]>
| Newsgroups | org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/2/26 3:28 PM, Maulik Shah wrote: > Two documentation issues in rpmh-rsc.c: > > - rpmh_rsc_pd_callback() has a copy-paste title 'Check if any of > the AMCs are busy' which describes rpmh_rsc_ctrlr_is_busy() not > this function. Fix the title to accurately describe what this > callback does: flush sleep/wake TCS data on PM domain power-off. > > - rpmh_rsc_cpu_pm_callback() has the same copy-paste title 'Check > if any of the AMCs are busy'. Fix the title to accurately describe > what this callback does: flush sleep/wake TCS data when all CPUs > enter power down. > > No functional impact. > > Assisted-by: Claude:claude-sonnet-5 > Signed-off-by: Maulik Shah <[email protected]> > --- Reviewed-by: Konrad Dybcio <[email protected]> Konrad