]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/sys.c: fix typo
authorXiaofeng Cao <caoxiaofeng@yulong.com>
Fri, 7 May 2021 01:06:36 +0000 (18:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 May 2021 07:26:34 +0000 (00:26 -0700)
commit4dbe902fd03e7538f2f3efa57c27f86ff8021060
treec95662ec1e688303d4b1490796e30000d3021e45
parent524ddcec718fda31ce3ebd9cd8a2859f2829bcd5
kernel/sys.c: fix typo

change 'infite'     to 'infinite'
change 'concurent'  to 'concurrent'
change 'memvers'    to 'members'
change 'decendants' to 'descendants'
change 'argumets'   to 'arguments'

Link: https://lkml.kernel.org/r/20210316112904.10661-1-cxfcosmos@gmail.com
Signed-off-by: Xiaofeng Cao <caoxiaofeng@yulong.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sys.c