of: fix recursion typo in kernel doc
authorJohan Hovold <johan+linaro@kernel.org>
Fri, 17 Nov 2023 17:16:28 +0000 (18:16 +0100)
committerRob Herring <robh@kernel.org>
Wed, 22 Nov 2023 21:07:39 +0000 (14:07 -0700)
commit1080b5c0c1a62a36dc29eb6e4dfedf7c9eaf8679
tree0ae43638fe7806b97c79de767c2af63b86703ea9
parent7d646d5c50c60580530a5779bb250c3f277e8f77
of: fix recursion typo in kernel doc

Fix a typo in the kernel doc for the of_platform_depopulate() functions,
which remove children "recursively".

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20231117171628.20139-1-johan+linaro@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/platform.c