]> git.baikalelectronics.ru Git - kernel.git/commit
exfat: fix misspellings using codespell tool
authorNamjae Jeon <namjae.jeon@samsung.com>
Fri, 14 Aug 2020 02:03:46 +0000 (11:03 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Wed, 21 Oct 2020 23:29:10 +0000 (08:29 +0900)
commitaab0e06f832ef6b5e0afbe04adca0c49006d82fe
tree414cbd540939a0a8fdaf456b414f4d90092b21ea
parenta9bb09d87487fe2ee5c4394a0baeb5ae1c443105
exfat: fix misspellings using codespell tool

Sedat reported typos using codespell tool.

 $ codespell fs/exfat/*.c | grep -v iput
 fs/exfat/namei.c:293: upto ==> up to
 fs/exfat/nls.c:14: tabel ==> table

 $ codespell fs/exfat/*.h
 fs/exfat/exfat_fs.h:133: usally ==> usually

Fix typos found by codespell.

Reported-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
fs/exfat/exfat_fs.h
fs/exfat/namei.c
fs/exfat/nls.c