All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc: kernel: Trivial typo fix in the file kgdb.c
@ 2021-03-17  9:04 Bhaskar Chowdhury
  2021-03-17 17:56 ` Randy Dunlap
  2021-03-31  1:09 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17  9:04 UTC (permalink / raw)
  To: mpe, benh, paulus, jniethe5, unixbhaskar, alistair, linuxppc-dev,
	linux-kernel
  Cc: rdunlap


s/procesing/processing/

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

diff --git a/arch/powerpc/kernel/kgdb.c b/arch/powerpc/kernel/kgdb.c
index 409080208a6c..7dd2ad3603ad 100644
--- a/arch/powerpc/kernel/kgdb.c
+++ b/arch/powerpc/kernel/kgdb.c
@@ -376,7 +376,7 @@ void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc)
 }

 /*
- * This function does PowerPC specific procesing for interfacing to gdb.
+ * This function does PowerPC specific processing for interfacing to gdb.
  */
 int kgdb_arch_handle_exception(int vector, int signo, int err_code,
 			       char *remcom_in_buffer, char *remcom_out_buffer,
--
2.30.2


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

* Re: [PATCH] powerpc: kernel: Trivial typo fix in the file kgdb.c
  2021-03-17  9:04 [PATCH] powerpc: kernel: Trivial typo fix in the file kgdb.c Bhaskar Chowdhury
@ 2021-03-17 17:56 ` Randy Dunlap
  2021-03-31  1:09 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-17 17:56 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mpe, benh, paulus, jniethe5, alistair,
	linuxppc-dev, linux-kernel

On 3/17/21 2:04 AM, Bhaskar Chowdhury wrote:
> 
> s/procesing/processing/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  arch/powerpc/kernel/kgdb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/kernel/kgdb.c b/arch/powerpc/kernel/kgdb.c
> index 409080208a6c..7dd2ad3603ad 100644
> --- a/arch/powerpc/kernel/kgdb.c
> +++ b/arch/powerpc/kernel/kgdb.c
> @@ -376,7 +376,7 @@ void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc)
>  }
> 
>  /*
> - * This function does PowerPC specific procesing for interfacing to gdb.
> + * This function does PowerPC specific processing for interfacing to gdb.
>   */
>  int kgdb_arch_handle_exception(int vector, int signo, int err_code,
>  			       char *remcom_in_buffer, char *remcom_out_buffer,
> --


-- 
~Randy


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

* Re: [PATCH] powerpc: kernel: Trivial typo fix in the file kgdb.c
  2021-03-17  9:04 [PATCH] powerpc: kernel: Trivial typo fix in the file kgdb.c Bhaskar Chowdhury
  2021-03-17 17:56 ` 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: linuxppc-dev, Bhaskar Chowdhury, mpe, jniethe5, benh, alistair,
	linux-kernel, paulus
  Cc: rdunlap

On Wed, 17 Mar 2021 14:34:13 +0530, Bhaskar Chowdhury wrote:
> s/procesing/processing/

Applied to powerpc/next.

[1/1] powerpc: kernel: Trivial typo fix in the file kgdb.c
      https://git.kernel.org/powerpc/c/89f7d2927ae16ea470d29234447763826e40c6cf

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-17  9:04 [PATCH] powerpc: kernel: Trivial typo fix in the file kgdb.c Bhaskar Chowdhury
2021-03-17 17:56 ` 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.