linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] docs/core-api: Fix a typo in cachetlb
@ 2021-05-27  3:39 Yanteng Si
  2021-05-27  4:26 ` teng sterling
  0 siblings, 1 reply; 2+ messages in thread
From: Yanteng Si @ 2021-05-27  3:39 UTC (permalink / raw)
  To: corbet, akpm, npiggin, peterz; +Cc: linux-doc, Yanteng Si

Here should be the routine.

Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
---
 Documentation/core-api/cachetlb.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/core-api/cachetlb.rst b/Documentation/core-api/cachetlb.rst
index fe4290e26729..18c4008d5551 100644
--- a/Documentation/core-api/cachetlb.rst
+++ b/Documentation/core-api/cachetlb.rst
@@ -203,7 +203,7 @@ Here are the routines, one by one:
 	the kernel virtual address range PKMAP_ADDR(0) to
 	PKMAP_ADDR(LAST_PKMAP).
 
-	This routing should be implemented in asm/highmem.h
+	This routine should be implemented in asm/highmem.h
 
 6) ``void flush_cache_vmap(unsigned long start, unsigned long end)``
    ``void flush_cache_vunmap(unsigned long start, unsigned long end)``
-- 
2.27.0


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

end of thread, other threads:[~2021-05-27  4:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27  3:39 [PATCH 1/2] docs/core-api: Fix a typo in cachetlb Yanteng Si
2021-05-27  4:26 ` teng sterling

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