summaryrefslogtreecommitdiffstats
path: root/kernel/debug
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-17 16:16:58 +0530
committerDaniel Thompson <daniel.thompson@linaro.org>2021-03-19 17:36:00 +0000
commit2bbd9b0f2b4ec0afa80b52b1a68bd3bc80618275 (patch)
tree0449b4c09368b72685d20198dc8ef0820f3ed8e8 /kernel/debug
parente4f291b3f7bb1855318e1009de65585a72d595ad (diff)
downloadlinux-2bbd9b0f2b4ec0afa80b52b1a68bd3bc80618275.tar.gz
linux-2bbd9b0f2b4ec0afa80b52b1a68bd3bc80618275.tar.bz2
linux-2bbd9b0f2b4ec0afa80b52b1a68bd3bc80618275.zip
kernel: debug: Ordinary typo fixes in the file gdbstub.c
s/overwitten/overwritten/ s/procesing/processing/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/20210317104658.4053473-1-unixbhaskar@gmail.com Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Diffstat (limited to 'kernel/debug')
-rw-r--r--kernel/debug/gdbstub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/debug/gdbstub.c b/kernel/debug/gdbstub.c
index e149a0ac9e9e..8372897402f4 100644
--- a/kernel/debug/gdbstub.c
+++ b/kernel/debug/gdbstub.c
@@ -321,7 +321,7 @@ int kgdb_hex2long(char **ptr, unsigned long *long_val)
/*
* Copy the binary array pointed to by buf into mem. Fix $, #, and
* 0x7d escaped with 0x7d. Return -EFAULT on failure or 0 on success.
- * The input buf is overwitten with the result to write to mem.
+ * The input buf is overwritten with the result to write to mem.
*/
static int kgdb_ebin2mem(char *buf, char *mem, int count)
{
@@ -952,7 +952,7 @@ static int gdb_cmd_exception_pass(struct kgdb_state *ks)
}
/*
- * This function performs all gdbserial command procesing
+ * This function performs all gdbserial command processing
*/
int gdb_serial_stub(struct kgdb_state *ks)
{