[PATCH] cpufreq/amd-pstate: Fix non kerneldoc comment

From: Mario Limonciello
Date: Thu Sep 05 2024 - 12:24:21 EST


From: Mario Limonciello <mario.limonciello@xxxxxxx>

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@xxxxxxx>
---
v2->v3:
* New patch
---
drivers/cpufreq/amd-pstate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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.
*/
--
2.43.0