All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] of: base: Modify function description
@ 2022-06-24  1:12 Deming Wang
  2022-06-27 17:53 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Deming Wang @ 2022-06-24  1:12 UTC (permalink / raw)
  To: robh+dt, frowand.list; +Cc: devicetree, linux-kernel, Deming Wang

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

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


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

* Re: [PATCH] of: base: Modify function description
  2022-06-24  1:12 [PATCH] of: base: Modify function description Deming Wang
@ 2022-06-27 17:53 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2022-06-27 17:53 UTC (permalink / raw)
  To: Deming Wang; +Cc: devicetree, frowand.list, robh+dt, linux-kernel

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!

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

end of thread, other threads:[~2022-06-27 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24  1:12 [PATCH] of: base: Modify function description Deming Wang
2022-06-27 17:53 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.