summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Nelson-Moore <enelsonmoore@gmail.com>2026-06-15 15:49:54 -0700
committerMax Filippov <jcmvbkbc@gmail.com>2026-06-15 18:31:10 -0700
commita7c958e8721eb2724ee2e2ef13129bc67e1c8a75 (patch)
tree5cd6d94d8168cbc8450ae1f70287a8a07fd2663f
parent84477867e122251b8c47db240a8d699b0836aa6f (diff)
downloadlinux-a7c958e8721eb2724ee2e2ef13129bc67e1c8a75.tar.gz
linux-a7c958e8721eb2724ee2e2ef13129bc67e1c8a75.zip
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>
-rw-r--r--arch/xtensa/include/asm/platform.h2
1 files changed, 1 insertions, 1 deletions
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);