Re: [PATCH] kernel:fork: Fix typo issue

2021-03-17 Thread Christian Brauner
On Wed, Mar 17, 2021 at 04:20:31PM +0800, Xiaofeng Cao wrote: > change 'ancestoral' to 'ancestral' > change 'reuseable' to 'reusable' > delete 'do' grammatically > > Signed-off-by: Xiaofeng Cao > --- Thanks! Reviewed-by: Christian Brauner

[PATCH] kernel:fork: Fix typo issue

2021-03-17 Thread Xiaofeng Cao
change 'ancestoral' to 'ancestral' change 'reuseable' to 'reusable' delete 'do' grammatically Signed-off-by: Xiaofeng Cao --- kernel/fork.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/fork.c b/kernel/fork.c index 0acc8ed1076b..ba52ead9d288 100644 ---