All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] btrfs: Fix spelling mistake "deivce" -> "device"
@ 2022-08-18  7:55 Colin Ian King
  2022-08-23 20:27 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-08-18  7:55 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, linux-btrfs
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a btrfs_info message. Fix it.

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

diff --git a/fs/btrfs/dev-replace.c b/fs/btrfs/dev-replace.c
index 7202b76ce59f..773f1caab126 100644
--- a/fs/btrfs/dev-replace.c
+++ b/fs/btrfs/dev-replace.c
@@ -167,7 +167,7 @@ int btrfs_init_dev_replace(struct btrfs_fs_info *fs_info)
 			btrfs_err(fs_info,
 			"replace devid present without an active replace item");
 			btrfs_info(fs_info,
-	"mount after the command 'btrfs deivce scan --forget <devpath-of-id-0>'");
+	"mount after the command 'btrfs device scan --forget <devpath-of-id-0>'");
 			ret = -EUCLEAN;
 		} else {
 			dev_replace->srcdev = NULL;
-- 
2.37.1


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

* Re: [PATCH][next] btrfs: Fix spelling mistake "deivce" -> "device"
  2022-08-18  7:55 [PATCH][next] btrfs: Fix spelling mistake "deivce" -> "device" Colin Ian King
@ 2022-08-23 20:27 ` David Sterba
  0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2022-08-23 20:27 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Chris Mason, Josef Bacik, David Sterba, linux-btrfs,
	kernel-janitors, linux-kernel

On Thu, Aug 18, 2022 at 08:55:37AM +0100, Colin Ian King wrote:
> There is a spelling mistake in a btrfs_info message. Fix it.

Thanks, I've fixed the typo and reworded the message in the original
patch.

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

end of thread, other threads:[~2022-08-23 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18  7:55 [PATCH][next] btrfs: Fix spelling mistake "deivce" -> "device" Colin Ian King
2022-08-23 20:27 ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.