]> git.baikalelectronics.ru Git - kernel.git/commit
fs/nilfs2: fix misspellings using codespell tool
authorLiu xuzhi <liu.xuzhi@zte.com.cn>
Fri, 7 May 2021 01:04:13 +0000 (18:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 May 2021 02:24:13 +0000 (19:24 -0700)
commitdbc94b426b3447a86a4abf93b04ecec98b399316
treee502c20e4b9cc9375c0e52cc138750e9d871556e
parent34710fa37eed40877943b00d9d816507655541c6
fs/nilfs2: fix misspellings using codespell tool

Two typos are found out by codespell tool \
in 2217th and 2254th lines of segment.c:

$ codespell ./fs/nilfs2/
./segment.c:2217 :retured  ==> returned
./segment.c:2254: retured  ==> returned

Fix two typos found by codespell.

Link: https://lkml.kernel.org/r/1617864087-8198-1-git-send-email-konishi.ryusuke@gmail.com
Signed-off-by: Liu xuzhi <liu.xuzhi@zte.com.cn>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nilfs2/segment.c