25 lines
887 B
Diff
25 lines
887 B
Diff
|
From 2e2ba39aec71fb51e897c3275b255ef806800cf0 Mon Sep 17 00:00:00 2001
|
||
|
From: Mario Limonciello <mario.limonciello@amd.com>
|
||
|
Date: Thu, 5 Sep 2024 11:23:51 -0500
|
||
|
Subject: cpufreq/amd-pstate: Fix non kerneldoc comment
|
||
|
|
||
|
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>
|
||
|
---
|
||
|
drivers/cpufreq/amd-pstate.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/drivers/cpufreq/amd-pstate.c
|
||
|
+++ b/drivers/cpufreq/amd-pstate.c
|
||
|
@@ -1786,7 +1786,7 @@ static int __init amd_pstate_set_driver(
|
||
|
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.
|
||
|
*/
|