linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARC: Fix syntax errors in comments
@ 2022-06-03 13:01 Xiang wangx
  2022-06-11  0:17 ` Vineet Gupta
  0 siblings, 1 reply; 2+ messages in thread
From: Xiang wangx @ 2022-06-03 13:01 UTC (permalink / raw)
  To: vgupta; +Cc: linux-snps-arc, linux-kernel, Xiang wangx

Delete the redundant word 'to'.
Delete the redundant word 'since'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 arch/arc/mm/cache.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arc/mm/cache.c b/arch/arc/mm/cache.c
index 5446967ea98d..55c6de138eae 100644
--- a/arch/arc/mm/cache.c
+++ b/arch/arc/mm/cache.c
@@ -750,7 +750,7 @@ static inline void arc_slc_enable(void)
  *  -In SMP, if hardware caches are coherent
  *
  * There's a corollary case, where kernel READs from a userspace mapped page.
- * If the U-mapping is not congruent to to K-mapping, former needs flushing.
+ * If the U-mapping is not congruent to K-mapping, former needs flushing.
  */
 void flush_dcache_page(struct page *page)
 {
@@ -910,7 +910,7 @@ EXPORT_SYMBOL(flush_icache_range);
  * @vaddr is typically user vaddr (breakpoint) or kernel vaddr (vmalloc)
  *    However in one instance, when called by kprobe (for a breakpt in
  *    builtin kernel code) @vaddr will be paddr only, meaning CDU operation will
- *    use a paddr to index the cache (despite VIPT). This is fine since since a
+ *    use a paddr to index the cache (despite VIPT). This is fine since a
  *    builtin kernel page will not have any virtual mappings.
  *    kprobe on loadable module will be kernel vaddr.
  */
-- 
2.36.1


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

* Re: [PATCH] ARC: Fix syntax errors in comments
  2022-06-03 13:01 [PATCH] ARC: Fix syntax errors in comments Xiang wangx
@ 2022-06-11  0:17 ` Vineet Gupta
  0 siblings, 0 replies; 2+ messages in thread
From: Vineet Gupta @ 2022-06-11  0:17 UTC (permalink / raw)
  To: Xiang wangx, vgupta; +Cc: linux-snps-arc, linux-kernel



On 6/3/22 06:01, Xiang wangx wrote:
> Delete the redundant word 'to'.
> Delete the redundant word 'since'.
>
> Signed-off-by: Xiang wangx<wangxiang@cdjrlc.com>


Thx for the fix. Added to for-curr

-Vineet

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 13:01 [PATCH] ARC: Fix syntax errors in comments Xiang wangx
2022-06-11  0:17 ` Vineet Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).