Skip to content

Commit 7820e80

Browse files
committed
cpufreq/amd-pstate: Fix non kerneldoc comment
The comment for amd_cppc_supported() isn't meant to be kernel doc. Fixes: cb817ec ("cpufreq: amd-pstate: show CPPC debug message if CPPC is not supported") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mario Limonciello <[email protected]>
1 parent 1bfe6a5 commit 7820e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/cpufreq/amd-pstate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ static int __init amd_pstate_set_driver(int mode_idx)
17741774
return -EINVAL;
17751775
}
17761776

1777-
/**
1777+
/*
17781778
* CPPC function is not supported for family ID 17H with model_ID ranging from 0x10 to 0x2F.
17791779
* show the debug message that helps to check if the CPU has CPPC support for loading issue.
17801780
*/

0 commit comments

Comments
 (0)