Skip to content

Commit 2bbd9b0

Browse files
unixbhaskarDaniel Thompson
authored andcommitted
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>
1 parent e4f291b commit 2bbd9b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kernel/debug/gdbstub.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ int kgdb_hex2long(char **ptr, unsigned long *long_val)
321321
/*
322322
* Copy the binary array pointed to by buf into mem. Fix $, #, and
323323
* 0x7d escaped with 0x7d. Return -EFAULT on failure or 0 on success.
324-
* The input buf is overwitten with the result to write to mem.
324+
* The input buf is overwritten with the result to write to mem.
325325
*/
326326
static int kgdb_ebin2mem(char *buf, char *mem, int count)
327327
{
@@ -952,7 +952,7 @@ static int gdb_cmd_exception_pass(struct kgdb_state *ks)
952952
}
953953

954954
/*
955-
* This function performs all gdbserial command procesing
955+
* This function performs all gdbserial command processing
956956
*/
957957
int gdb_serial_stub(struct kgdb_state *ks)
958958
{

0 commit comments

Comments
 (0)