From: Kari Argillander Date: Wed, 18 Aug 2021 01:06:47 +0000 (+0300) Subject: fs/ntfs3: Fix one none utf8 char in source file X-Git-Tag: accepted/tizen/unified/20230118.172025~6190^2~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be87e821fdb5ec8c6d404f29e118130c7879ce5b;p=platform%2Fkernel%2Flinux-rpi.git fs/ntfs3: Fix one none utf8 char in source file In one source file there is for some reason non utf8 char. But hey this is fs development so this kind of thing might happen. Signed-off-by: Kari Argillander Signed-off-by: Konstantin Komarov --- diff --git a/fs/ntfs3/frecord.c b/fs/ntfs3/frecord.c index c3121bf..e377d72 100644 --- a/fs/ntfs3/frecord.c +++ b/fs/ntfs3/frecord.c @@ -1784,7 +1784,7 @@ enum REPARSE_SIGN ni_parse_reparse(struct ntfs_inode *ni, struct ATTRIB *attr, /* * WOF - Windows Overlay Filter - used to compress files with lzx/xpress * Unlike native NTFS file compression, the Windows Overlay Filter supports - * only read operations. This means that it doesn’t need to sector-align each + * only read operations. This means that it doesn't need to sector-align each * compressed chunk, so the compressed data can be packed more tightly together. * If you open the file for writing, the Windows Overlay Filter just decompresses * the entire file, turning it back into a plain file.