mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
xtensa: correct CONFIG_XTENSA_CALIBRATE_CCOUNT macro name in comment
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. Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com> Message-ID: <20260615224957.21574-1-enelsonmoore@gmail.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
84477867e1
commit
a7c958e872
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user