[<prev] [next>] [day] [month] [year] [list]
Message-ID: <172564901281.2215.8099034029470421233.tip-bot2@tip-bot2>
Date: Fri, 06 Sep 2024 18:56:52 -0000
From: "tip-bot2 for Marek Maslanka" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Marek Maslanka <mmaslanka@...gle.com>, kernel test robot <lkp@...el.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: timers/core] platform/x86:intel/pmc: Fix comment for the
pmc_core_acpi_pm_timer_suspend_resume function
The following commit has been merged into the timers/core branch of tip:
Commit-ID: 2376d871f8552aadea19f5bc0b1370db54a3a5f2
Gitweb: https://git.kernel.org/tip/2376d871f8552aadea19f5bc0b1370db54a3a5f2
Author: Marek Maslanka <mmaslanka@...gle.com>
AuthorDate: Wed, 04 Sep 2024 09:47:53
Committer: Daniel Lezcano <daniel.lezcano@...aro.org>
CommitterDate: Fri, 06 Sep 2024 14:49:21 +02:00
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 <mmaslanka@...gle.com>
Reported-by: kernel test robot <lkp@...el.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409031410.a9beukFc-lkp@intel.com/
Link: https://lore.kernel.org/r/20240904094753.1615549-1-mmaslanka@google.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@...aro.org>
---
drivers/platform/x86/intel/pmc/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/platform/x86/intel/pmc/core.c b/drivers/platform/x86/intel/pmc/core.c
index c91c753..e2b4c74 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.
Powered by blists - more mailing lists