ntfs: Correct spelling

Message ID 20230206091815.1687-1-wangdeming@inspur.com
State New
Headers
Series ntfs: Correct spelling |

Commit Message

Deming Wang Feb. 6, 2023, 9:18 a.m. UTC
  We should use this replace thie.

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 fs/ntfs/attrib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Namjae Jeon May 6, 2023, 1:01 a.m. UTC | #1
2023-02-06 18:18 GMT+09:00, Deming Wang <wangdeming@inspur.com>:
> We should use this replace thie.
>
> Signed-off-by: Deming Wang <wangdeming@inspur.com>
Reviewed-by: Namjae Jeon <linkinjeon@kernel.org>
  
Christian Brauner May 19, 2023, 10 a.m. UTC | #2
On Mon, 06 Feb 2023 04:18:15 -0500, Deming Wang wrote:
> We should use this replace thie.
> 
> 

Applied to the fs.ntfs branch of the vfs/vfs.git tree.
Patches in the fs.ntfs branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: fs.ntfs

[1/1] ntfs: Correct spelling
      https://git.kernel.org/vfs/vfs/c/253f3137ebfd
  

Patch

diff --git a/fs/ntfs/attrib.c b/fs/ntfs/attrib.c
index a3865bc4a0c6..f79408f9127a 100644
--- a/fs/ntfs/attrib.c
+++ b/fs/ntfs/attrib.c
@@ -2491,7 +2491,7 @@  s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size,
  * byte offset @ofs inside the attribute with the constant byte @val.
  *
  * This function is effectively like memset() applied to an ntfs attribute.
- * Note thie function actually only operates on the page cache pages belonging
+ * Note this function actually only operates on the page cache pages belonging
  * to the ntfs attribute and it marks them dirty after doing the memset().
  * Thus it relies on the vm dirty page write code paths to cause the modified
  * pages to be written to the mft record/disk.