mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH][next] dm vdo: Fix spelling mistake "postive" -> "positive"
@ 2026-09-03 15:23 Colin Ian King
  2026-09-03 19:06 ` Matthew Sakai
  0 siblings, 1 reply; 6+ messages in thread
From: Colin Ian King @ 2026-09-03 15:23 UTC (permalink / raw)
  To: Matthew Sakai, dm-devel; +Cc: kernel-janitors, linux-kernel

There is another spelling mistake in a vdo_log_error message that
I somehow overlooked last time. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/md/dm-vdo/dm-vdo-target.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/md/dm-vdo/dm-vdo-target.c b/drivers/md/dm-vdo/dm-vdo-target.c
index 1d8375cc3c3e..043549b1fc2e 100644
--- a/drivers/md/dm-vdo/dm-vdo-target.c
+++ b/drivers/md/dm-vdo/dm-vdo-target.c
@@ -443,7 +443,7 @@ static int __must_check parse_slab_size(const char *slab_str, block_count_t *sla
 
 	result = kstrtoull(slab_str, 10, &value);
 	if (result) {
-		vdo_log_error("optional parameter error: invalid slab size, must be a postive integer");
+		vdo_log_error("optional parameter error: invalid slab size, must be a positive integer");
 		return -EINVAL;
 	}
 
-- 
2.55.0


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH][next] dm vdo: Fix spelling mistake "postive" -> "positive"
@ 2026-03-28 12:33 Colin Ian King
  2026-03-31 12:40 ` Matthew Sakai
  0 siblings, 1 reply; 6+ messages in thread
From: Colin Ian King @ 2026-03-28 12:33 UTC (permalink / raw)
  To: Matthew Sakai, dm-devel; +Cc: kernel-janitors, linux-kernel

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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/md/dm-vdo/dm-vdo-target.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/md/dm-vdo/dm-vdo-target.c b/drivers/md/dm-vdo/dm-vdo-target.c
index 0135a6f941fd..1d8375cc3c3e 100644
--- a/drivers/md/dm-vdo/dm-vdo-target.c
+++ b/drivers/md/dm-vdo/dm-vdo-target.c
@@ -412,7 +412,7 @@ static int __must_check parse_memory(const char *memory_str,
 
 		result = kstrtouint(memory_str, 10, &value);
 		if (result) {
-			vdo_log_error("optional parameter error: invalid memory size, must be a postive integer");
+			vdo_log_error("optional parameter error: invalid memory size, must be a positive integer");
 			return -EINVAL;
 		}
 
-- 
2.53.0


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

end of thread, other threads:[~2026-09-03 20:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 15:23 [PATCH][next] dm vdo: Fix spelling mistake "postive" -> "positive" Colin Ian King
2026-09-03 19:06 ` Matthew Sakai
2026-09-03 19:25   ` Robert P. J. Day
2026-09-03 19:29     ` Colin King (gmail)
  -- strict thread matches above, loose matches on Subject: below --
2026-03-28 12:33 Colin Ian King
2026-03-31 12:40 ` Matthew Sakai

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

all inboxes | Powered by JetHome®