diff mbox series

of: Fix typo in kerneldoc

Message ID 20190726101744.27118-1-thierry.reding@gmail.com
State Accepted, archived
Headers show
Series of: Fix typo in kerneldoc | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Thierry Reding July 26, 2019, 10:17 a.m. UTC
From: Thierry Reding <treding@nvidia.com>

"Findfrom" is not a word. Replace the function synopsis by something
that makes sense.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 include/linux/of.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring July 26, 2019, 11:01 p.m. UTC | #1
On Fri, 26 Jul 2019 12:17:44 +0200, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> "Findfrom" is not a word. Replace the function synopsis by something
> that makes sense.
> 
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
>  include/linux/of.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks.

Rob
diff mbox series

Patch

diff --git a/include/linux/of.h b/include/linux/of.h
index 0cf857012f11..844f89e1b039 100644
--- a/include/linux/of.h
+++ b/include/linux/of.h
@@ -1164,7 +1164,7 @@  static inline int of_property_read_string_index(const struct device_node *np,
 }
 
 /**
- * of_property_read_bool - Findfrom a property
+ * of_property_read_bool - Find a property
  * @np:		device node from which the property value is to be read.
  * @propname:	name of the property to be searched.
  *