Re: [PATCH] Documentation: devres: fix typo in interface list

From: Jonathan Corbet
Date: Thu Apr 28 2022 - 14:30:11 EST


Johan Hovold <johan+linaro@xxxxxxxxxx> writes:

> Fix the misspelled devm_get_clk_from_child() helper name in the devres
> interface list.
>
> Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx>
> ---
> Documentation/driver-api/driver-model/devres.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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()

Applied, thanks.

jon