All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch: powerpc: kernel: Change droping to dropping in the file traps.c
@ 2021-02-24  7:55 Bhaskar Chowdhury
  2021-02-24 16:24 ` Randy Dunlap
  2021-03-31  1:09 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-24  7:55 UTC (permalink / raw)
  To: mpe, benh, paulus, christophe.leroy, npiggin, jniethe5, alistair,
	mikey, linuxppc-dev, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/droping/dropping/

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

diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
index 1583fd1c6010..83a53b67412a 100644
--- a/arch/powerpc/kernel/traps.c
+++ b/arch/powerpc/kernel/traps.c
@@ -405,7 +405,7 @@ void hv_nmi_check_nonrecoverable(struct pt_regs *regs)
 	 * Now test if the interrupt has hit a range that may be using
 	 * HSPRG1 without having RI=0 (i.e., an HSRR interrupt). The
 	 * problem ranges all run un-relocated. Test real and virt modes
-	 * at the same time by droping the high bit of the nip (virt mode
+	 * at the same time by dropping the high bit of the nip (virt mode
 	 * entry points still have the +0x4000 offset).
 	 */
 	nip &= ~0xc000000000000000ULL;
--
2.30.1


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

* Re: [PATCH] arch: powerpc: kernel: Change droping to dropping in the file traps.c
  2021-02-24  7:55 [PATCH] arch: powerpc: kernel: Change droping to dropping in the file traps.c Bhaskar Chowdhury
@ 2021-02-24 16:24 ` Randy Dunlap
  2021-03-31  1:09 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-02-24 16:24 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mpe, benh, paulus, christophe.leroy, npiggin,
	jniethe5, alistair, mikey, linuxppc-dev, linux-kernel

On 2/23/21 11:55 PM, Bhaskar Chowdhury wrote:
> 
> s/droping/dropping/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  arch/powerpc/kernel/traps.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
> index 1583fd1c6010..83a53b67412a 100644
> --- a/arch/powerpc/kernel/traps.c
> +++ b/arch/powerpc/kernel/traps.c
> @@ -405,7 +405,7 @@ void hv_nmi_check_nonrecoverable(struct pt_regs *regs)
>  	 * Now test if the interrupt has hit a range that may be using
>  	 * HSPRG1 without having RI=0 (i.e., an HSRR interrupt). The
>  	 * problem ranges all run un-relocated. Test real and virt modes
> -	 * at the same time by droping the high bit of the nip (virt mode
> +	 * at the same time by dropping the high bit of the nip (virt mode
>  	 * entry points still have the +0x4000 offset).
>  	 */
>  	nip &= ~0xc000000000000000ULL;
> --
> 2.30.1
> 


-- 
~Randy


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

* Re: [PATCH] arch: powerpc: kernel: Change droping to dropping in the file traps.c
  2021-02-24  7:55 [PATCH] arch: powerpc: kernel: Change droping to dropping in the file traps.c Bhaskar Chowdhury
  2021-02-24 16:24 ` 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, mikey, mpe, jniethe5,
	christophe.leroy, benh, alistair, linux-kernel, paulus
  Cc: rdunlap

On Wed, 24 Feb 2021 13:25:47 +0530, Bhaskar Chowdhury wrote:
> s/droping/dropping/

Applied to powerpc/next.

[1/1] arch: powerpc: kernel: Change droping to dropping in the file traps.c
      https://git.kernel.org/powerpc/c/5c4a4802b9ac8c1acdf2250fad3f8f2d6254f9c7

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-02-24  7:55 [PATCH] arch: powerpc: kernel: Change droping to dropping in the file traps.c Bhaskar Chowdhury
2021-02-24 16:24 ` Randy Dunlap
2021-03-31  1:09 ` Michael Ellerman

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.