projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfda05c
)
of: Drop duplicate 'the' in of_find_last_cache_level kerneldoc
author
Deming Wang
<wangdeming@inspur.com>
Fri, 24 Jun 2022 01:12:47 +0000
(21:12 -0400)
committer
Rob Herring
<robh@kernel.org>
Tue, 28 Jun 2022 13:34:15 +0000
(07:34 -0600)
Delete duplicate words of "the".
Signed-off-by: Deming Wang <wangdeming@inspur.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link:
https://lore.kernel.org/r/20220624011247.1735-1-wangdeming@inspur.com
drivers/of/base.c
patch
|
blob
|
history
diff --git
a/drivers/of/base.c
b/drivers/of/base.c
index
d4f98c8
..
88f86ee
100644
(file)
--- 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)