Skip to content

Commit

Permalink
cpufreq/amd-pstate: Fix non kerneldoc comment
Browse files Browse the repository at this point in the history
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/20240905162351.1345560-1-superm1@kernel.org
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
  • Loading branch information
superm1 committed Oct 28, 2024
1 parent 1bfe6a5 commit 7820e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/amd-pstate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,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.
*/
Expand Down

0 comments on commit 7820e80

Please sign in to comment.