linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: mm: book3s64: Fix a typo in the file mmu_context.c
@ 2021-03-12 11:25 Bhaskar Chowdhury
  2021-03-12 16:41 ` Randy Dunlap
  2021-03-31  1:09 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-12 11:25 UTC (permalink / raw)
  To: mpe, benh, paulus, npiggin, unixbhaskar, aneesh.kumar,
	linuxppc-dev, linux-kernel
  Cc: rdunlap


s/detalis/details/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 arch/powerpc/mm/book3s64/mmu_context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/mm/book3s64/mmu_context.c b/arch/powerpc/mm/book3s64/mmu_context.c
index 0c8557220ae2..c10fc8a72fb3 100644
--- a/arch/powerpc/mm/book3s64/mmu_context.c
+++ b/arch/powerpc/mm/book3s64/mmu_context.c
@@ -119,7 +119,7 @@ static int hash__init_new_context(struct mm_struct *mm)
 		/* This is fork. Copy hash_context details from current->mm */
 		memcpy(mm->context.hash_context, current->mm->context.hash_context, sizeof(struct hash_mm_context));
 #ifdef CONFIG_PPC_SUBPAGE_PROT
-		/* inherit subpage prot detalis if we have one. */
+		/* inherit subpage prot details if we have one. */
 		if (current->mm->context.hash_context->spt) {
 			mm->context.hash_context->spt = kmalloc(sizeof(struct subpage_prot_table),
 								GFP_KERNEL);
--
2.26.2


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

* Re: [PATCH] powerpc: mm: book3s64: Fix a typo in the file mmu_context.c
  2021-03-12 11:25 [PATCH] powerpc: mm: book3s64: Fix a typo in the file mmu_context.c Bhaskar Chowdhury
@ 2021-03-12 16:41 ` Randy Dunlap
  2021-03-31  1:09 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-12 16:41 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mpe, benh, paulus, npiggin, aneesh.kumar,
	linuxppc-dev, linux-kernel

On 3/12/21 3:25 AM, Bhaskar Chowdhury wrote:
> 
> s/detalis/details/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  arch/powerpc/mm/book3s64/mmu_context.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/mm/book3s64/mmu_context.c b/arch/powerpc/mm/book3s64/mmu_context.c
> index 0c8557220ae2..c10fc8a72fb3 100644
> --- a/arch/powerpc/mm/book3s64/mmu_context.c
> +++ b/arch/powerpc/mm/book3s64/mmu_context.c
> @@ -119,7 +119,7 @@ static int hash__init_new_context(struct mm_struct *mm)
>  		/* This is fork. Copy hash_context details from current->mm */
>  		memcpy(mm->context.hash_context, current->mm->context.hash_context, sizeof(struct hash_mm_context));
>  #ifdef CONFIG_PPC_SUBPAGE_PROT
> -		/* inherit subpage prot detalis if we have one. */
> +		/* inherit subpage prot details if we have one. */
>  		if (current->mm->context.hash_context->spt) {
>  			mm->context.hash_context->spt = kmalloc(sizeof(struct subpage_prot_table),
>  								GFP_KERNEL);
> --


-- 
~Randy


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

* Re: [PATCH] powerpc: mm: book3s64: Fix a typo in the file mmu_context.c
  2021-03-12 11:25 [PATCH] powerpc: mm: book3s64: Fix a typo in the file mmu_context.c Bhaskar Chowdhury
  2021-03-12 16:41 ` Randy Dunlap
@ 2021-03-31  1:09 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2021-03-31  1:09 UTC (permalink / raw)
  To: npiggin, linuxppc-dev, Bhaskar Chowdhury, mpe, benh,
	aneesh.kumar, linux-kernel, paulus
  Cc: rdunlap

On Fri, 12 Mar 2021 16:55:37 +0530, Bhaskar Chowdhury wrote:
> s/detalis/details/

Applied to powerpc/next.

[1/1] powerpc: mm: book3s64: Fix a typo in the file mmu_context.c
      https://git.kernel.org/powerpc/c/7a7d744ffe87ae10ab98004d1a6ca1f691af58e1

cheers

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

end of thread, other threads:[~2021-03-31  1:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 11:25 [PATCH] powerpc: mm: book3s64: Fix a typo in the file mmu_context.c Bhaskar Chowdhury
2021-03-12 16:41 ` Randy Dunlap
2021-03-31  1:09 ` Michael Ellerman

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