Fix document of of_get_next_parent_dev. Cc: [email protected] Cc: Saravana Kannan <[email protected]> Cc: Rob Herring <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Signed-off-by: Dong Aisheng <[email protected]> --- drivers/of/property.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/of/property.c b/drivers/of/property.c index 21a854e85234..5bd4a9bead47 100644 --- a/drivers/of/property.c +++ b/drivers/of/property.c @@ -1038,7 +1038,7 @@ static bool of_is_ancestor_of(struct device_node *test_ancestor, } /** - * of_get_next_parent_dev - Add device link to supplier from supplier phandle + * of_get_next_parent_dev - Get the closest ancestor device of a device node * @np: device tree node * * Given a device tree node (@np), this function finds its closest ancestor -- 2.23.0

