Re: [PATCH] xtensa: correct CONFIG_XTENSA_CALIBRATE_CCOUNT macro name in comment

From: Max Filippov

Date: Tue Jun 09 2026 - 19:31:25 EST


On Tue, Jun 9, 2026 at 12:58 PM Ethan Nelson-Moore
<enelsonmoore@xxxxxxxxx> wrote:
>
> A comment in arch/xtensa/include/asm/platform.h incorrectly refers to
> CONFIG_XTENSA_CALIBRATE instead of CONFIG_XTENSA_CALIBRATE_CCOUNT.
> Correct it.
>
> Discovered while searching for CONFIG_* symbols referenced in code but
> not defined in any Kconfig file.

The change looks good to me.
Please add you Signed-off-by tag.

> ---
> arch/xtensa/include/asm/platform.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/xtensa/include/asm/platform.h b/arch/xtensa/include/asm/platform.h
> index 94f13fabf7cd..f2e50fc12b4d 100644
> --- a/arch/xtensa/include/asm/platform.h
> +++ b/arch/xtensa/include/asm/platform.h
> @@ -33,7 +33,7 @@ extern void platform_setup (char **);
> extern void platform_idle (void);
>
> /*
> - * platform_calibrate_ccount calibrates cpu clock freq (CONFIG_XTENSA_CALIBRATE)
> + * platform_calibrate_ccount calibrates cpu clock freq (CONFIG_XTENSA_CALIBRATE_CCOUNT)
> */
> extern void platform_calibrate_ccount (void);
>
> --
> 2.43.0
>


--
Thanks.
-- Max