Documentation: devres: fix typo in interface list
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 27 Apr 2022 07:31:42 +0000 (09:31 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 28 Apr 2022 18:29:52 +0000 (12:29 -0600)
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>
Documentation/driver-api/driver-model/devres.rst

index 5018403..2d39967 100644 (file)
@@ -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()