]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
soc/tegra: pmc: Add kerneldoc for wake-up variables
authorJon Hunter <jonathanh@nvidia.com>
Wed, 25 Mar 2026 19:25:53 +0000 (19:25 +0000)
committerThierry Reding <treding@nvidia.com>
Sat, 28 Mar 2026 00:02:38 +0000 (01:02 +0100)
commite6ad1988e56834d641ba4aa0d58970723c1c9c9b
treef01e8fc20cf56b037d208bf4cf909a9e20b46858
parentec0e4da5d679f9da1cc198927951f70fdf28f001
soc/tegra: pmc: Add kerneldoc for wake-up variables

Commit e6d96073af68 ("soc/tegra: pmc: Fix unsafe generic_handle_irq()
call") added the variables 'wake_work' and 'wake_status' to the
'tegra_pmc' structure but did not add the associated kerneldoc for these
new variables. Add the kerneldoc for these variables.

Fixes: e6d96073af68 ("soc/tegra: pmc: Fix unsafe generic_handle_irq() call")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/pmc.c