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

* Re: [PATCH 1/2] docs/core-api: Fix a typo in cachetlb
  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
  0 siblings, 0 replies; 2+ messages in thread
From: teng sterling @ 2021-05-27  4:26 UTC (permalink / raw)
  To: Yanteng Si; +Cc: Jonathan Corbet, akpm, npiggin, peterz, linux-doc

Hi all,

Sorry, there is only one patch for this set, no [patch 2/2], I will
re-post, please ignore it.>_<


Thanks,
Yanteng

Yanteng Si <siyanteng@loongson.cn> 于2021年5月27日周四 下午12:03写道:
>
> 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	[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).