]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
soc/tegra: pmc: Correct function names in kerneldoc
authorJon Hunter <jonathanh@nvidia.com>
Wed, 25 Mar 2026 19:25:52 +0000 (19:25 +0000)
committerThierry Reding <treding@nvidia.com>
Sat, 28 Mar 2026 00:02:38 +0000 (01:02 +0100)
commitec0e4da5d679f9da1cc198927951f70fdf28f001
tree96797ccab7074d0d4ad033f9d8583f259d408c46
parent21669619e4c17a5f097e0415bc64b1d400c54fcb
soc/tegra: pmc: Correct function names in kerneldoc

Commit 70f752ebb08c ("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: 70f752ebb08c ("soc/tegra: pmc: Add PMC contextual functions")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/pmc.c