All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4: fix spelling mistake: "prellocated" -> "preallocated"
@ 2017-06-27 13:33 Colin King
  2017-07-06 19:55 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-06-27 13:33 UTC (permalink / raw)
  To: Theodore Ts'o, Andreas Dilger, linux-ext4, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in mb_debug debug message

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

diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index 95425918875e..581e357e8406 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -3567,7 +3567,7 @@ void ext4_mb_generate_from_pa(struct super_block *sb, void *bitmap,
 		ext4_set_bits(bitmap, start, len);
 		preallocated += len;
 	}
-	mb_debug(1, "prellocated %u for group %u\n", preallocated, group);
+	mb_debug(1, "preallocated %u for group %u\n", preallocated, group);
 }
 
 static void ext4_mb_pa_callback(struct rcu_head *head)
-- 
2.11.0

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

* Re: [PATCH] ext4: fix spelling mistake: "prellocated" -> "preallocated"
  2017-06-27 13:33 [PATCH] ext4: fix spelling mistake: "prellocated" -> "preallocated" Colin King
@ 2017-07-06 19:55 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2017-07-06 19:55 UTC (permalink / raw)
  To: Colin King; +Cc: Andreas Dilger, linux-ext4, linux-kernel

On Tue, Jun 27, 2017 at 02:33:22PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in mb_debug debug message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Thanks, applied.

					- Ted

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

end of thread, other threads:[~2017-07-06 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-27 13:33 [PATCH] ext4: fix spelling mistake: "prellocated" -> "preallocated" Colin King
2017-07-06 19:55 ` Theodore Ts'o

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.