]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
cpufreq/amd-pstate: Fix non kerneldoc comment
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 5 Sep 2024 16:23:51 +0000 (11:23 -0500)
committerMario Limonciello <mario.limonciello@amd.com>
Mon, 28 Oct 2024 19:54:35 +0000 (14:54 -0500)
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")
Link: https://lore.kernel.org/r/20240905162351.1345560-1-superm1@kernel.org
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
drivers/cpufreq/amd-pstate.c

index b5a8c7f174c8e0b160f7638dabedeaed6a37feea..dfa9a146769b87aa4762289d36d56b612f2c21d3 100644 (file)
@@ -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.
  */