Skip to content

Commit 2376d87

Browse files
MaslankaMarekdlezcano
authored andcommitted
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]>
1 parent 69a9dcb commit 2376d87

File tree

1 file changed

+1
-1
lines changed
  • drivers/platform/x86/intel/pmc

1 file changed

+1
-1
lines changed

drivers/platform/x86/intel/pmc/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ static bool pmc_core_is_pson_residency_enabled(struct pmc_dev *pmcdev)
12091209
return val == 1;
12101210
}
12111211

1212-
/**
1212+
/*
12131213
* Enable or disable ACPI PM Timer
12141214
*
12151215
* This function is intended to be a callback for ACPI PM suspend/resume event.

0 commit comments

Comments
 (0)