Skip to content

Commit ec0e4da

Browse files
jonhunterthierryreding
authored andcommitted
soc/tegra: pmc: Correct function names in kerneldoc
Commit 70f752e ("soc/tegra: pmc: Add PMC contextual functions") added the functions devm_tegra_pmc_get() and tegra_pmc_io_pad_power_enable(), but the names of the functions in the associated kerneldoc is incorrect. Update the kerneldoc for these functions to correct their names. Fixes: 70f752e ("soc/tegra: pmc: Add PMC contextual functions") Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 2166961 commit ec0e4da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/soc/tegra/pmc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ static struct tegra_pmc *tegra_pmc_get(struct device *dev)
10051005
}
10061006

10071007
/**
1008-
* tegra_pmc_get() - find the PMC for a given device
1008+
* devm_tegra_pmc_get() - find the PMC for a given device
10091009
* @dev: device for which to find the PMC
10101010
*
10111011
* Returns a pointer to the PMC on success or an ERR_PTR()-encoded error code
@@ -1747,7 +1747,7 @@ static void tegra_io_pad_unprepare(struct tegra_pmc *pmc)
17471747
}
17481748

17491749
/**
1750-
* tegra_io_pad_power_enable() - enable power to I/O pad
1750+
* tegra_pmc_io_pad_power_enable() - enable power to I/O pad
17511751
* @pmc: power management controller
17521752
* @id: Tegra I/O pad ID for which to enable power
17531753
*

0 commit comments

Comments
 (0)