]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/fork.c: fix typos
authorXiaofeng Cao <cxfcosmos@gmail.com>
Fri, 7 May 2021 01:04:28 +0000 (18:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 May 2021 02:24:13 +0000 (19:24 -0700)
commitd50787f71415344647087c170f75bf8270e4ebc3
tree0b1c979c5665205a8e6042eaebbcb7d4b8a0fb97
parent3db00333431abad381b69fd1c9c5011a29625e4b
kernel/fork.c: fix typos

change 'ancestoral' to 'ancestral'
change 'reuseable' to 'reusable'
delete 'do' grammatically

Link: https://lkml.kernel.org/r/20210317082031.11692-1-caoxiaofeng@yulong.com
Signed-off-by: Xiaofeng Cao <caoxiaofeng@yulong.com>
Reviewed-by: Christian Brauner <christian.brauner@ubuntu.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/fork.c