Re: [PATCH 3/3] soc: qcom: rpmh-rsc: fix kernel-doc issues in rpmh-rsc.c
From: Konrad Dybcio
Date: Tue Aug 18 2026 - 07:57:00 EST
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 <maulik.shah@xxxxxxxxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad