lkml.org 
[lkml]   [2019]   [Aug]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][btrfs-next] btrfs: fix spelling mistake "aliged" -> "aligned"
Date
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in an extent_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
fs/btrfs/tree-checker.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/btrfs/tree-checker.c b/fs/btrfs/tree-checker.c
index 375396781fba..3d69e0f6e894 100644
--- a/fs/btrfs/tree-checker.c
+++ b/fs/btrfs/tree-checker.c
@@ -1043,7 +1043,7 @@ static int check_extent_item(struct extent_buffer *leaf,
}
if (!IS_ALIGNED(key->offset, fs_info->sectorsize)) {
extent_err(leaf, slot,
- "invalid extent length, have %llu expect aliged to %u",
+ "invalid extent length, have %llu expect aligned to %u",
key->offset, fs_info->sectorsize);
return -EUCLEAN;
}
--
2.20.1
\
 
 \ /
  Last update: 2019-08-05 12:48    [W:0.038 / U:0.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site