Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Johan Hovold and committed by
Jonathan Corbet
10434640 6d5aa418

+1 -1
+1 -1
Documentation/driver-api/driver-model/devres.rst
··· 249 249 devm_clk_bulk_get() 250 250 devm_clk_bulk_get_all() 251 251 devm_clk_bulk_get_optional() 252 - devm_get_clk_from_childl() 252 + devm_get_clk_from_child() 253 253 devm_clk_hw_register() 254 254 devm_of_clk_add_hw_provider() 255 255 devm_clk_hw_register_clkdev()