Skip to content

Commit 880a746

Browse files
tititiou36gregkh
authored andcommitted
device property: Fix a typo in the description of device_get_child_node_count()
s/cound/count/ Signed-off-by: Christophe JAILLET <[email protected]> Reviewed-by: Sakari Ailus <[email protected]> Link: https://lore.kernel.org/r/369e7f6898c4a442d45aa15d7d969131d61e9cee.1714323747.git.christophe.jaillet@wanadoo.fr Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 75cde4e commit 880a746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/base/property.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ EXPORT_SYMBOL_GPL(fwnode_device_is_available);
905905

906906
/**
907907
* device_get_child_node_count - return the number of child nodes for device
908-
* @dev: Device to cound the child nodes for
908+
* @dev: Device to count the child nodes for
909909
*
910910
* Return: the number of child nodes for a given device.
911911
*/

0 commit comments

Comments
 (0)