linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][btrfs-next] btrfs: fix spelling mistake "aliged" -> "aligned"
@ 2019-08-05 10:47 Colin King
  2019-08-05 12:36 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2019-08-05 10:47 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, linux-btrfs
  Cc: kernel-janitors, linux-kernel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][btrfs-next] btrfs: fix spelling mistake "aliged" -> "aligned"
  2019-08-05 10:47 [PATCH][btrfs-next] btrfs: fix spelling mistake "aliged" -> "aligned" Colin King
@ 2019-08-05 12:36 ` David Sterba
  0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2019-08-05 12:36 UTC (permalink / raw)
  To: Colin King
  Cc: Chris Mason, Josef Bacik, David Sterba, linux-btrfs,
	kernel-janitors, linux-kernel

On Mon, Aug 05, 2019 at 11:47:32AM +0100, Colin King wrote:
> 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>

Thanks, I've folded the fix to the patch ("btrfs: tree-checker: Add
EXTENT_ITEM and METADATA_ITEM check").

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-05 12:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-05 10:47 [PATCH][btrfs-next] btrfs: fix spelling mistake "aliged" -> "aligned" Colin King
2019-08-05 12:36 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).