[PATCH] of_path: Fix typo

Sascha Hauer s.hauer at pengutronix.de
Fri Feb 4 06:02:33 PST 2022


parition -> partition

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>

parition#	arch/arm/boards/globalscale-mirabox/binary.0
---
 drivers/of/of_path.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.30.2




More information about the barebox mailing list