Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1675700 > unrolled thread

[PATCH] ext4: fix spelling mistake: "prellocated" -> "preallocated"

Started byColin King <colin.king@canonical.com>
First post2017-06-27 15:40 +0200
Last post2017-06-27 15:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ext4: fix spelling mistake: "prellocated" -> "preallocated" Colin King <colin.king@canonical.com> - 2017-06-27 15:40 +0200

#1675700 — [PATCH] ext4: fix spelling mistake: "prellocated" -> "preallocated"

FromColin King <colin.king@canonical.com>
Date2017-06-27 15:40 +0200
Subject[PATCH] ext4: fix spelling mistake: "prellocated" -> "preallocated"
Message-ID<tWYSK-18m-5@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web