A string message misspells "should"; this fixes it. No change in functionality. Signed-off-by: Adam Buchbinder <adam.buchbinder@xxxxxxxxx> --- fs/ext4/move_extent.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext4/move_extent.c b/fs/ext4/move_extent.c index 25b6b14..6d26d89 100644 --- a/fs/ext4/move_extent.c +++ b/fs/ext4/move_extent.c @@ -1088,7 +1088,7 @@ mext_check_arguments(struct inode *orig_inode, } 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, donor_inode->i_ino); return -EINVAL; -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html