Skip to content

Commit e6ad198

Browse files
jonhunterthierryreding
authored andcommitted
soc/tegra: pmc: Add kerneldoc for wake-up variables
Commit e6d9607 ("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: e6d9607 ("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>
1 parent ec0e4da commit e6ad198

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/soc/tegra/pmc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,8 @@ struct tegra_pmc_soc {
439439
* cntrl register associated with each wake during system suspend.
440440
* @reboot_notifier: PMC reboot notifier handler
441441
* @syscore: syscore suspend/resume callbacks
442+
* @wake_work: IRQ work handler for processing wake-up events.
443+
* @wake_status: Status of wake-up events.
442444
*/
443445
struct tegra_pmc {
444446
struct device *dev;

0 commit comments

Comments
 (0)