diff mbox series

of: base: Modify function description

Message ID 20220624011247.1735-1-wangdeming@inspur.com
State Accepted, archived
Headers show
Series of: base: Modify function description | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied fail build log

Commit Message

Deming Wang June 24, 2022, 1:12 a.m. UTC
Delete duplicate words of "the".

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 drivers/of/base.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring (Arm) June 27, 2022, 5:53 p.m. UTC | #1
On Thu, 23 Jun 2022 21:12:47 -0400, Deming Wang wrote:
> Delete duplicate words of "the".
> 
> Signed-off-by: Deming Wang <wangdeming@inspur.com>
> ---
>  drivers/of/base.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!
diff mbox series

Patch

diff --git a/drivers/of/base.c b/drivers/of/base.c
index d4f98c8469ed..88f86ee54b9a 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -2077,7 +2077,7 @@  struct device_node *of_find_next_cache_node(const struct device_node *np)
  *
  * @cpu: cpu number(logical index) for which the last cache level is needed
  *
- * Return: The the level at which the last cache is present. It is exactly
+ * Return: The level at which the last cache is present. It is exactly
  * same as  the total number of cache levels for the given logical cpu.
  */
 int of_find_last_cache_level(unsigned int cpu)