Skip to content

Commit cadbe5a

Browse files
author
Desnes Nunes
committed
device property: Fix a typo in the description of device_get_child_node_count()
JIRA: https://issues.redhat.com/browse/RHEL-116016 commit 880a746 Author: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Date: Sun, 28 Apr 2024 19:02:37 +0200 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> Signed-off-by: Desnes Nunes <desnesn@redhat.com>
1 parent 328dc17 commit cadbe5a

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
@@ -918,7 +918,7 @@ EXPORT_SYMBOL_GPL(fwnode_device_is_available);
918918

919919
/**
920920
* device_get_child_node_count - return the number of child nodes for device
921-
* @dev: Device to cound the child nodes for
921+
* @dev: Device to count the child nodes for
922922
*
923923
* Return: the number of child nodes for a given device.
924924
*/

0 commit comments

Comments
 (0)