All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch: powerpc: mm: book3s64: Fixed spelling architectue -> architecture in line number 1061
@ 2021-01-20 14:20 Bhaskar Chowdhury
  2021-01-20 17:51 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-01-20 14:20 UTC (permalink / raw)
  To: mpe, benh, paulus, akpm, rppt, linuxppc-dev, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury

s/architectue/architecture/

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

diff --git a/arch/powerpc/mm/book3s64/radix_pgtable.c b/arch/powerpc/mm/book3s64/radix_pgtable.c
index 98f0b243c1ab..8b8f1451e944 100644
--- a/arch/powerpc/mm/book3s64/radix_pgtable.c
+++ b/arch/powerpc/mm/book3s64/radix_pgtable.c
@@ -1058,7 +1058,7 @@ void radix__ptep_set_access_flags(struct vm_area_struct *vma, pte_t *ptep,
 		 * Book3S does not require a TLB flush when relaxing access
 		 * restrictions when the address space is not attached to a
 		 * NMMU, because the core MMU will reload the pte after taking
-		 * an access fault, which is defined by the architectue.
+		 * an access fault, which is defined by the architecture.
 		 */
 	}
 	/* See ptesync comment in radix__set_pte_at */
--
2.30.0


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

* Re: [PATCH] arch: powerpc: mm: book3s64: Fixed spelling architectue -> architecture in line number 1061
  2021-01-20 14:20 [PATCH] arch: powerpc: mm: book3s64: Fixed spelling architectue -> architecture in line number 1061 Bhaskar Chowdhury
@ 2021-01-20 17:51 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-01-20 17:51 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mpe, benh, paulus, akpm, rppt, linuxppc-dev,
	linux-kernel

On 1/20/21 6:20 AM, Bhaskar Chowdhury wrote:
> s/architectue/architecture/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

Thanks.

Line number in $Subject is just too much.

> ---
>  arch/powerpc/mm/book3s64/radix_pgtable.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/mm/book3s64/radix_pgtable.c b/arch/powerpc/mm/book3s64/radix_pgtable.c
> index 98f0b243c1ab..8b8f1451e944 100644
> --- a/arch/powerpc/mm/book3s64/radix_pgtable.c
> +++ b/arch/powerpc/mm/book3s64/radix_pgtable.c
> @@ -1058,7 +1058,7 @@ void radix__ptep_set_access_flags(struct vm_area_struct *vma, pte_t *ptep,
>  		 * Book3S does not require a TLB flush when relaxing access
>  		 * restrictions when the address space is not attached to a
>  		 * NMMU, because the core MMU will reload the pte after taking
> -		 * an access fault, which is defined by the architectue.
> +		 * an access fault, which is defined by the architecture.
>  		 */
>  	}
>  	/* See ptesync comment in radix__set_pte_at */
> --
> 2.30.0
> 


-- 
~Randy
"He closes his eyes and drops the goggles.  You can't get hurt
by looking at a bitmap.  Or can you?"
(Neal Stephenson: Snow Crash)

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

end of thread, other threads:[~2021-01-20 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 14:20 [PATCH] arch: powerpc: mm: book3s64: Fixed spelling architectue -> architecture in line number 1061 Bhaskar Chowdhury
2021-01-20 17:51 ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.