linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] of: Fix typo in kerneldoc
@ 2019-07-26 10:17 Thierry Reding
  2019-07-26 23:01 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Thierry Reding @ 2019-07-26 10:17 UTC (permalink / raw)
  To: Rob Herring, Frank Rowand; +Cc: devicetree, linux-kernel

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(-)

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.
  *
-- 
2.22.0


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

* Re: [PATCH] of: Fix typo in kerneldoc
  2019-07-26 10:17 [PATCH] of: Fix typo in kerneldoc Thierry Reding
@ 2019-07-26 23:01 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2019-07-26 23:01 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Frank Rowand, devicetree, linux-kernel

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

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

end of thread, other threads:[~2019-07-26 23:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26 10:17 [PATCH] of: Fix typo in kerneldoc Thierry Reding
2019-07-26 23:01 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).