diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2024-04-28 19:02:37 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-05-05 08:34:06 +0200 |
commit | 880a746fa3ea5916a012fa320fdfbcd3f331bea3 (patch) | |
tree | 5530526961cf9daae51150d2e0784c799a95a228 /drivers/base | |
parent | kernfs: mount: Remove unnecessary ‘NULL’ values from knparent (diff) | |
download | linux-880a746fa3ea5916a012fa320fdfbcd3f331bea3.tar.xz linux-880a746fa3ea5916a012fa320fdfbcd3f331bea3.zip |
device property: Fix a typo in the description of device_get_child_node_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>
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/property.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/property.c b/drivers/base/property.c index 7324a704a9a1..89a06fd16a99 100644 --- a/drivers/base/property.c +++ b/drivers/base/property.c @@ -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. */ |