diff mbox series

cpufreq/amd-pstate: Fix non kerneldoc comment

Message ID 20240905162351.1345560-1-superm1@kernel.org (mailing list archive)
State Awaiting Upstream, archived
Delegated to: Mario Limonciello
Headers show
Series cpufreq/amd-pstate: Fix non kerneldoc comment | expand

Commit Message

Mario Limonciello Sept. 5, 2024, 4:23 p.m. UTC
From: Mario Limonciello <mario.limonciello@amd.com>

The comment for amd_cppc_supported() isn't meant to be kernel doc.

Fixes: cb817ec6673b7 ("cpufreq: amd-pstate: show CPPC debug message if CPPC is not supported")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
v2->v3:
 * New patch
---
 drivers/cpufreq/amd-pstate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/cpufreq/amd-pstate.c b/drivers/cpufreq/amd-pstate.c
index 9312d4e40994f..19372a077ecc9 100644
--- a/drivers/cpufreq/amd-pstate.c
+++ b/drivers/cpufreq/amd-pstate.c
@@ -1746,7 +1746,7 @@  static int __init amd_pstate_set_driver(int mode_idx)
 	return -EINVAL;
 }
 
-/**
+/*
  * CPPC function is not supported for family ID 17H with model_ID ranging from 0x10 to 0x2F.
  * show the debug message that helps to check if the CPU has CPPC support for loading issue.
  */