]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
soc/tegra: pmc: Add kerneldoc for reboot notifier
authorJon Hunter <jonathanh@nvidia.com>
Wed, 25 Mar 2026 19:25:51 +0000 (19:25 +0000)
committerThierry Reding <treding@nvidia.com>
Sat, 28 Mar 2026 00:02:38 +0000 (01:02 +0100)
commit21669619e4c17a5f097e0415bc64b1d400c54fcb
tree8b2e3b65bb11ddac8a143c12a80f6b7ecb2f07a8
parent656275069fad4bd90b39d5fc163cc5757986900d
soc/tegra: pmc: Add kerneldoc for reboot notifier

Commit 48b7f802fb78 ("soc/tegra: pmc: Embed reboot notifier in PMC
context") added the reboot_notifier structure to the PMC SoC structure
but did not update the kerneldoc accordingly. Add this missing kerneldoc
description to fix this.

Fixes: 48b7f802fb78 ("soc/tegra: pmc: Embed reboot notifier in PMC context")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/pmc.c