Sync changes before pull request to Linus
[ext4-patch-queue.git] / fix-spelling-nits
blob392e95bde69516ec6ce246a66256bc8488287e2b
1 ext4: fix two spelling nits
3 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
4 ---
5  fs/ext4/inode.c       | 2 +-
6  fs/ext4/move_extent.c | 2 +-
7  2 files changed, 2 insertions(+), 2 deletions(-)
9 diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
10 index f622d4a577e3..f303d3a7f44a 100644
11 --- a/fs/ext4/inode.c
12 +++ b/fs/ext4/inode.c
13 @@ -5400,7 +5400,7 @@ int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry,
14          * If there is inline data in the inode, the inode will normally not
15          * have data blocks allocated (it may have an external xattr block).
16          * Report at least one sector for such files, so tools like tar, rsync,
17 -        * others doen't incorrectly think the file is completely sparse.
18 +        * others don't incorrectly think the file is completely sparse.
19          */
20         if (unlikely(ext4_has_inline_data(inode)))
21                 stat->blocks += (stat->size + 511) >> 9;
22 diff --git a/fs/ext4/move_extent.c b/fs/ext4/move_extent.c
23 index 6fc14def0c70..615bc03d0fbd 100644
24 --- a/fs/ext4/move_extent.c
25 +++ b/fs/ext4/move_extent.c
26 @@ -511,7 +511,7 @@ mext_check_arguments(struct inode *orig_inode,
27         if ((orig_start & ~(PAGE_MASK >> orig_inode->i_blkbits)) !=
28             (donor_start & ~(PAGE_MASK >> orig_inode->i_blkbits))) {
29                 ext4_debug("ext4 move extent: orig and donor's start "
30 -                       "offset are not alligned [ino:orig %lu, donor %lu]\n",
31 +                       "offsets are not aligned [ino:orig %lu, donor %lu]\n",
32                         orig_inode->i_ino, donor_inode->i_ino);
33                 return -EINVAL;
34         }