diff options
author | Marek Maslanka <[email protected]> | 2024-09-04 09:47:53 +0000 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2024-09-06 14:49:21 +0200 |
commit | 2376d871f8552aadea19f5bc0b1370db54a3a5f2 (patch) | |
tree | bf5540011680ad42a40c3eb2d8be0f155f5db6c2 | |
parent | 69a9dcbd2d65217cf52f55dc57b50845dc9d8d3f (diff) |
platform/x86:intel/pmc: Fix comment for the pmc_core_acpi_pm_timer_suspend_resume function
Change incorrect kernel-doc comment to regular comment for the
pmc_core_acpi_pm_timer_suspend_resume function.
Signed-off-by: Marek Maslanka <[email protected]>
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Daniel Lezcano <[email protected]>
-rw-r--r-- | drivers/platform/x86/intel/pmc/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel/pmc/core.c b/drivers/platform/x86/intel/pmc/core.c index c91c753b120e..e2b4c74ce7f6 100644 --- a/drivers/platform/x86/intel/pmc/core.c +++ b/drivers/platform/x86/intel/pmc/core.c @@ -1209,7 +1209,7 @@ static bool pmc_core_is_pson_residency_enabled(struct pmc_dev *pmcdev) return val == 1; } -/** +/* * Enable or disable ACPI PM Timer * * This function is intended to be a callback for ACPI PM suspend/resume event. |