Skip to content

Commit 2166961

Browse files
jonhunterthierryreding
authored andcommitted
soc/tegra: pmc: Add kerneldoc for reboot notifier
Commit 48b7f80 ("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: 48b7f80 ("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>
1 parent 6562750 commit 2166961

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/tegra/pmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ struct tegra_pmc_soc {
437437
* @wake_sw_status_map: Bitmap to hold raw status of wakes without mask
438438
* @wake_cntrl_level_map: Bitmap to hold wake levels to be programmed in
439439
* cntrl register associated with each wake during system suspend.
440+
* @reboot_notifier: PMC reboot notifier handler
440441
* @syscore: syscore suspend/resume callbacks
441442
*/
442443
struct tegra_pmc {

0 commit comments

Comments
 (0)