Skip to content

Commit

Permalink
device property: Fix a typo in the description of device_get_child_no…
Browse files Browse the repository at this point in the history
…de_count()

s/cound/count/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Link: https://lore.kernel.org/r/369e7f6898c4a442d45aa15d7d969131d61e9cee.1714323747.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Christophe JAILLET authored and Greg Kroah-Hartman committed May 5, 2024
1 parent 75cde4e commit 880a746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/property.c
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ EXPORT_SYMBOL_GPL(fwnode_device_is_available);

/**
* device_get_child_node_count - return the number of child nodes for device
* @dev: Device to cound the child nodes for
* @dev: Device to count the child nodes for
*
* Return: the number of child nodes for a given device.
*/
Expand Down

0 comments on commit 880a746

Please sign in to comment.