summaryrefslogtreecommitdiff
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorJohan Hovold <johan+linaro@kernel.org>2022-04-27 10:31:42 +0300
committerJonathan Corbet <corbet@lwn.net>2022-04-28 21:29:52 +0300
commit10434640b6ebefb3d293775ad6dc983eddaa882c (patch)
tree6d0fa116a3a3a0e84c110f928fa241eb64f96320 /Documentation/driver-api
parent6d5aa418b3bd42cdccc36e94ee199af423ef7c84 (diff)
downloadlinux-10434640b6ebefb3d293775ad6dc983eddaa882c.tar.xz
Documentation: devres: fix typo in interface list
Fix the misspelled devm_get_clk_from_child() helper name in the devres interface list. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Link: https://lore.kernel.org/r/20220427073142.16700-1-johan+linaro@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/driver-model/devres.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index 5018403fe82f..2d39967bafcc 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -249,7 +249,7 @@ CLOCK
devm_clk_bulk_get()
devm_clk_bulk_get_all()
devm_clk_bulk_get_optional()
- devm_get_clk_from_childl()
+ devm_get_clk_from_child()
devm_clk_hw_register()
devm_of_clk_add_hw_provider()
devm_clk_hw_register_clkdev()