public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] of: base: fix repeated words in comments
@ 2022-09-18  9:59 Jilin Yuan
  2022-09-18 14:03 ` Bagas Sanjaya
  0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-09-18  9:59 UTC (permalink / raw)
  To: robh+dt, frowand.list; +Cc: devicetree, linux-kernel, Jilin Yuan

Delete the redundant word 'of'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/of/base.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/of/base.c b/drivers/of/base.c
index 8e96862d312e..9b8507fe6f9b 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -1150,7 +1150,7 @@ const struct of_device_id *__of_match_node(const struct of_device_id *matches,
 
 /**
  * of_match_node - Tell if a device_node has a matching of_match structure
- * @matches:	array of of device match structures to search in
+ * @matches:	array of device match structures to search in
  * @node:	the of device structure to match against
  *
  * Low level utility function used by device matching.
@@ -1175,7 +1175,7 @@ EXPORT_SYMBOL(of_match_node);
  *		you pass will not be searched, only the next one
  *		will; typically, you pass what the previous call
  *		returned. of_node_put() will be called on it
- * @matches:	array of of device match structures to search in
+ * @matches:	array of device match structures to search in
  * @match:	Updated to point at the matches entry which matched
  *
  * Return: A node pointer with refcount incremented, use
-- 
2.36.1


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

end of thread, other threads:[~2022-09-18 14:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-18  9:59 [PATCH] of: base: fix repeated words in comments Jilin Yuan
2022-09-18 14:03 ` Bagas Sanjaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox