Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH][next] btrfs: fix spelling mistake "inititialize" -> "initialize"
@ 2020-11-17 13:07 Colin King
  2020-11-27 19:44 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2020-11-17 13:07 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 a btrfs_err error message. Fix it.

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

diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index 4402dcb00cb5..70633fafff54 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -3310,7 +3310,7 @@ int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_device
 
 	ret = btrfs_check_zoned_mode(fs_info);
 	if (ret) {
-		btrfs_err(fs_info, "failed to inititialize zoned mode: %d",
+		btrfs_err(fs_info, "failed to initialize zoned mode: %d",
 			  ret);
 		goto fail_block_groups;
 	}
-- 
2.28.0


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

end of thread, other threads:[~2020-11-28 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-17 13:07 [PATCH][next] btrfs: fix spelling mistake "inititialize" -> "initialize" Colin King
2020-11-27 19:44 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox