device property: Fix a typo in the description of device_get_child_node_count()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 28 Apr 2024 17:02:37 +0000 (19:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 5 May 2024 06:34:06 +0000 (08:34 +0200)
commit880a746fa3ea5916a012fa320fdfbcd3f331bea3
tree5530526961cf9daae51150d2e0784c799a95a228
parent75cde4e37a14bdb8554c44cbc22354fc10fdf127
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>
drivers/base/property.c