From 8791b3c19ae4c0222e32c5332014011fd74c0780 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 4 Feb 2022 14:25:18 +0100 Subject: of_path: Fix typo parition -> partition Signed-off-by: Sascha Hauer parition# arch/arm/boards/globalscale-mirabox/binary.0 --- drivers/of/of_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/of/of_path.c b/drivers/of/of_path.c index 40154bf5e9..05c28bf052 100644 --- a/drivers/of/of_path.c +++ b/drivers/of/of_path.c @@ -31,7 +31,7 @@ struct device_d *of_find_device_by_node_path(const char *path) * * @node: The node to find the cdev for, can be the device or a * partition in the device - * @part: Optionally, a description of a parition of @node. See of_find_path + * @part: Optionally, a description of a partition of @node. See of_find_path * @outpath: if this function returns 0 outpath will contain the path belonging * to the input path description. Must be freed with free(). * @flags: use OF_FIND_PATH_FLAGS_BB to return the .bb device if available -- cgit v1.2.3