[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210317090413.120891-1-unixbhaskar@gmail.com>
Date: Wed, 17 Mar 2021 14:34:13 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: mpe@...erman.id.au, benh@...nel.crashing.org, paulus@...ba.org,
jniethe5@...il.com, unixbhaskar@...il.com, alistair@...ple.id.au,
linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org
Subject: [PATCH] powerpc: kernel: Trivial typo fix in the file kgdb.c
s/procesing/processing/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.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
Powered by blists - more mailing lists