summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-02-04 14:25:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-02-04 15:02:14 +0100
commit8791b3c19ae4c0222e32c5332014011fd74c0780 (patch)
tree024d915bfbad92efce78e7a5735dafad914ae5b5 /drivers
parentcdc0eed74be6ad296727ae564f5b69b703563020 (diff)
downloadbarebox-8791b3c19ae4c0222e32c5332014011fd74c0780.tar.gz
barebox-8791b3c19ae4c0222e32c5332014011fd74c0780.tar.xz
of_path: Fix typo
parition -> partition Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> parition# arch/arm/boards/globalscale-mirabox/binary.0
Diffstat (limited to 'drivers')
-rw-r--r--drivers/of/of_path.c2
1 files changed, 1 insertions, 1 deletions
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