@@ -1134,7 +1134,7 @@ static inline bool of_phandle_args_equal(const struct of_phandle_args *a1,
11341134 * Search for a property in a device node and count the number of u8 elements
11351135 * in it.
11361136 *
1137- * Return: The number of elements on sucess , -EINVAL if the property does
1137+ * Return: The number of elements on success , -EINVAL if the property does
11381138 * not exist or its length does not match a multiple of u8 and -ENODATA if the
11391139 * property does not have a value.
11401140 */
@@ -1153,7 +1153,7 @@ static inline int of_property_count_u8_elems(const struct device_node *np,
11531153 * Search for a property in a device node and count the number of u16 elements
11541154 * in it.
11551155 *
1156- * Return: The number of elements on sucess , -EINVAL if the property does
1156+ * Return: The number of elements on success , -EINVAL if the property does
11571157 * not exist or its length does not match a multiple of u16 and -ENODATA if the
11581158 * property does not have a value.
11591159 */
@@ -1172,7 +1172,7 @@ static inline int of_property_count_u16_elems(const struct device_node *np,
11721172 * Search for a property in a device node and count the number of u32 elements
11731173 * in it.
11741174 *
1175- * Return: The number of elements on sucess , -EINVAL if the property does
1175+ * Return: The number of elements on success , -EINVAL if the property does
11761176 * not exist or its length does not match a multiple of u32 and -ENODATA if the
11771177 * property does not have a value.
11781178 */
@@ -1191,7 +1191,7 @@ static inline int of_property_count_u32_elems(const struct device_node *np,
11911191 * Search for a property in a device node and count the number of u64 elements
11921192 * in it.
11931193 *
1194- * Return: The number of elements on sucess , -EINVAL if the property does
1194+ * Return: The number of elements on success , -EINVAL if the property does
11951195 * not exist or its length does not match a multiple of u64 and -ENODATA if the
11961196 * property does not have a value.
11971197 */
0 commit comments