public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARC:mm:Fix syntax errors in comments
@ 2022-06-22  8:04 Jilin Yuan
  2022-06-22  8:30 ` Bagas Sanjaya
  0 siblings, 1 reply; 13+ messages in thread
From: Jilin Yuan @ 2022-06-22  8:04 UTC (permalink / raw)
  To: vgupta, Julia.Lawall, rdunlap, linux-snps-arc, linux-kernel; +Cc: Jilin Yuan

Delete the redundant word 'to'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 arch/arc/mm/cache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arc/mm/cache.c b/arch/arc/mm/cache.c
index 5446967ea98d..84fe78c41c37 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)
 {
-- 
2.36.1


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

end of thread, other threads:[~2022-06-24  3:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-22  8:04 [PATCH] ARC:mm:Fix syntax errors in comments Jilin Yuan
2022-06-22  8:30 ` Bagas Sanjaya
2022-06-22  8:42   ` Shahab Vahedi
2022-06-22  9:16     ` Julia Lawall
2022-06-22  9:25       ` Shahab Vahedi
2022-06-22  9:38         ` Julia Lawall
2022-06-22 13:20           ` Bagas Sanjaya
2022-06-22 13:46             ` Julia Lawall
2022-06-22 14:10               ` Conor.Dooley
2022-06-23  2:50   ` Vineet Gupta
2022-06-23  7:56     ` Bagas Sanjaya
2022-06-24  1:57       ` Vineet Gupta
2022-06-24  3:16         ` Bagas Sanjaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox