[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180328230705.28145-1-colin.king@canonical.com>
Date: Thu, 29 Mar 2018 00:07:05 +0100
From: Colin King <colin.king@...onical.com>
To: Boaz Harrosh <ooo@...ctrozaur.com>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ore: fix spelling mistake: "Multples" -> "multiples"
From: Colin Ian King <colin.king@...onical.com>
Trivial fix to spelling mistake in ORE_ERR error message text and
make it all lowercase.
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
fs/exofs/ore.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/exofs/ore.c b/fs/exofs/ore.c
index 3c6a9c156b7a..0df0b6d25d06 100644
--- a/fs/exofs/ore.c
+++ b/fs/exofs/ore.c
@@ -68,7 +68,7 @@ int ore_verify_layout(unsigned total_comps, struct ore_layout *layout)
}
if (0 != (layout->stripe_unit & ~PAGE_MASK)) {
ORE_ERR("Stripe Unit(0x%llx)"
- " must be Multples of PAGE_SIZE(0x%lx)\n",
+ " must be multiples of PAGE_SIZE(0x%lx)\n",
_LLU(layout->stripe_unit), PAGE_SIZE);
return -EINVAL;
}
--
2.15.1
Powered by blists - more mailing lists