Re: [PATCH] kernel: debug: Ordinary typo fixes in the file gdbstub.c

2021-03-17 Thread Bhaskar Chowdhury
On 10:36 Wed 17 Mar 2021, Daniel Thompson wrote: On Wed, Mar 17, 2021 at 02:40:22PM +0530, Bhaskar Chowdhury wrote: s/'O'utput/'Output/ s/overwitten/overwritten/ s/procesing/processing/ Signed-off-by: Bhaskar Chowdhury --- kernel/debug/gdbstub.c | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: [PATCH] kernel: debug: Ordinary typo fixes in the file gdbstub.c

2021-03-17 Thread Daniel Thompson
On Wed, Mar 17, 2021 at 02:40:22PM +0530, Bhaskar Chowdhury wrote: > > s/'O'utput/'Output/ > s/overwitten/overwritten/ > s/procesing/processing/ > > Signed-off-by: Bhaskar Chowdhury > --- > kernel/debug/gdbstub.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/ke

[PATCH] kernel: debug: Ordinary typo fixes in the file gdbstub.c

2021-03-17 Thread Bhaskar Chowdhury
s/'O'utput/'Output/ s/overwitten/overwritten/ s/procesing/processing/ Signed-off-by: Bhaskar Chowdhury --- kernel/debug/gdbstub.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/debug/gdbstub.c b/kernel/debug/gdbstub.c index e149a0ac9e9e..5c96590725f1 100644 --