Commit 92c28159 authored by Akira Fujita's avatar Akira Fujita Committed by Theodore Ts'o

ext4: fix spelling typos in move_extent.c

Fix a few spelling typos in move_extent.c
Signed-off-by: default avatarAkira Fujita <a-fujita@rs.jp.nec.co.jp>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 49bd22bc
...@@ -568,7 +568,7 @@ mext_leaf_block(handle_t *handle, struct inode *orig_inode, ...@@ -568,7 +568,7 @@ mext_leaf_block(handle_t *handle, struct inode *orig_inode,
* @tmp_oext: the extent that will belong to the donor inode * @tmp_oext: the extent that will belong to the donor inode
* @orig_off: block offset of original inode * @orig_off: block offset of original inode
* @donor_off: block offset of donor inode * @donor_off: block offset of donor inode
* @max_count: the maximun length of extents * @max_count: the maximum length of extents
* *
* Return 0 on success, or a negative error value on failure. * Return 0 on success, or a negative error value on failure.
*/ */
...@@ -1073,7 +1073,7 @@ mext_check_arguments(struct inode *orig_inode, ...@@ -1073,7 +1073,7 @@ mext_check_arguments(struct inode *orig_inode,
} }
if (!*len) { if (!*len) {
ext4_debug("ext4 move extent: len shoudld not be 0 " ext4_debug("ext4 move extent: len should not be 0 "
"[ino:orig %lu, donor %lu]\n", orig_inode->i_ino, "[ino:orig %lu, donor %lu]\n", orig_inode->i_ino,
donor_inode->i_ino); donor_inode->i_ino);
return -EINVAL; return -EINVAL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment