]> 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)
commit9b82442e9f1c65ea141b903036af8326a966043f
treee502c20e4b9cc9375c0e52cc138750e9d871556e
parentcf8a2159134b57d217df1163b0ee6fc6248a8d3a
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