lkml.org 
[lkml]   [2022]   [Jun]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] of: base: Remove duplicate 'of' in two places.
Date
file: drivers/of/base.c
line: 1152,1177
* @matches: array of of device match structures to search in
changed to
* @matches: array of device match structures to search in

Signed-off-by: Jiang Jian <jiangjian@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 d4f98c8469ed..f738939cd283 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -1149,7 +1149,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.
@@ -1174,7 +1174,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.17.1
\
 
 \ /
  Last update: 2022-06-21 18:14    [W:0.038 / U:0.332 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site