* [PATCH] soc/tegra: pmc: Add missing kerneldoc for new fields
@ 2026-01-20 10:57 Thierry Reding
0 siblings, 0 replies; only message in thread
From: Thierry Reding @ 2026-01-20 10:57 UTC (permalink / raw)
To: Thierry Reding; +Cc: Prathamesh Shete, Jon Hunter, linux-tegra
From: Thierry Reding <treding@nvidia.com>
The wake_work and wake_status fields were recently introduced but were
missing a kerneldoc description. Add one to fix the corresponding build
warning.
Signed-off-by: Thierry Reding <treding@nvidia.com>
---
drivers/soc/tegra/pmc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c
index 9cdbd8ba94be..dfcfd89d23a4 100644
--- a/drivers/soc/tegra/pmc.c
+++ b/drivers/soc/tegra/pmc.c
@@ -438,6 +438,8 @@ struct tegra_pmc_soc {
* @wake_cntrl_level_map: Bitmap to hold wake levels to be programmed in
* cntrl register associated with each wake during system suspend.
* @syscore: syscore suspend/resume callbacks
+ * @wake_work: IRQ worker to retrigger wake interrupts on resume
+ * @wake_status: wake IRQ status at resume, cached for IRQ worker
*/
struct tegra_pmc {
struct device *dev;
--
2.52.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-20 10:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-20 10:57 [PATCH] soc/tegra: pmc: Add missing kerneldoc for new fields Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox