All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] device property: Fix a typo in the description of device_get_child_node_count()
@ 2024-04-28 17:02 Christophe JAILLET
  2024-04-29  5:54 ` Sakari Ailus
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe JAILLET @ 2024-04-28 17:02 UTC (permalink / raw)
  To: Andy Shevchenko, Daniel Scally, Heikki Krogerus, Sakari Ailus,
	Greg Kroah-Hartman, Rafael J. Wysocki
  Cc: linux-kernel, kernel-janitors, Christophe JAILLET, linux-acpi

s/cound/count/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/base/property.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/property.c b/drivers/base/property.c
index 6a3a434d0d6f..837d77e3af2b 100644
--- a/drivers/base/property.c
+++ b/drivers/base/property.c
@@ -891,7 +891,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.
  */
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] device property: Fix a typo in the description of device_get_child_node_count()
  2024-04-28 17:02 [PATCH] device property: Fix a typo in the description of device_get_child_node_count() Christophe JAILLET
@ 2024-04-29  5:54 ` Sakari Ailus
  0 siblings, 0 replies; 2+ messages in thread
From: Sakari Ailus @ 2024-04-29  5:54 UTC (permalink / raw)
  To: Christophe JAILLET
  Cc: Andy Shevchenko, Daniel Scally, Heikki Krogerus,
	Greg Kroah-Hartman, Rafael J. Wysocki, linux-kernel,
	kernel-janitors, linux-acpi

On Sun, Apr 28, 2024 at 07:02:37PM +0200, Christophe JAILLET wrote:
> s/cound/count/
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>

-- 
Sakari Ailus

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-29  5:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-28 17:02 [PATCH] device property: Fix a typo in the description of device_get_child_node_count() Christophe JAILLET
2024-04-29  5:54 ` Sakari Ailus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.