diff options
author | Akira Fujita <a-fujita@rs.jp.nec.com> | 2009-11-23 07:24:50 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-11-23 07:24:50 -0500 |
commit | 92c28159dce22913aef6aa811ce6fb0f7f3790b1 (patch) | |
tree | de829c49120de032d3afaf6445906bfbef7922c0 | |
parent | 49bd22bc4d603a2a4fc2a6a60e156cbea52eb494 (diff) |
ext4: fix spelling typos in move_extent.c
Fix a few spelling typos in move_extent.c
Signed-off-by: Akira Fujita <a-fujita@rs.jp.nec.co.jp>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
-rw-r--r-- | fs/ext4/move_extent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/move_extent.c b/fs/ext4/move_extent.c index 2ca6aa3f34e6..5a106e02fd9c 100644 --- a/fs/ext4/move_extent.c +++ b/fs/ext4/move_extent.c | |||
@@ -568,7 +568,7 @@ out: | |||
568 | * @tmp_oext: the extent that will belong to the donor inode | 568 | * @tmp_oext: the extent that will belong to the donor inode |
569 | * @orig_off: block offset of original inode | 569 | * @orig_off: block offset of original inode |
570 | * @donor_off: block offset of donor inode | 570 | * @donor_off: block offset of donor inode |
571 | * @max_count: the maximun length of extents | 571 | * @max_count: the maximum length of extents |
572 | * | 572 | * |
573 | * Return 0 on success, or a negative error value on failure. | 573 | * Return 0 on success, or a negative error value on failure. |
574 | */ | 574 | */ |
@@ -1073,7 +1073,7 @@ mext_check_arguments(struct inode *orig_inode, | |||
1073 | } | 1073 | } |
1074 | 1074 | ||
1075 | if (!*len) { | 1075 | if (!*len) { |
1076 | ext4_debug("ext4 move extent: len shoudld not be 0 " | 1076 | ext4_debug("ext4 move extent: len should not be 0 " |
1077 | "[ino:orig %lu, donor %lu]\n", orig_inode->i_ino, | 1077 | "[ino:orig %lu, donor %lu]\n", orig_inode->i_ino, |
1078 | donor_inode->i_ino); | 1078 | donor_inode->i_ino); |
1079 | return -EINVAL; | 1079 | return -EINVAL; |