public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ore: fix spelling mistake: "Multples" -> "multiples"
@ 2017-04-22 12:48 Colin King
  2017-04-23  9:37 ` Boaz Harrosh
  0 siblings, 1 reply; 5+ messages in thread
From: Colin King @ 2017-04-22 12:48 UTC (permalink / raw)
  To: Boaz Harrosh, Benny Halevy, osd-dev; +Cc: linux-kernel

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

trivial fix to spelling mistake in ORE_ERR message and make word all
lower case.

Signed-off-by: Colin Ian King <colin.king@canonical.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 8bb72807e70d..811522ae45e1 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.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [PATCH] ore: fix spelling mistake: "Multples" -> "multiples"
@ 2018-03-28 23:07 Colin King
  2018-03-28 23:21 ` Joe Perches
  0 siblings, 1 reply; 5+ messages in thread
From: Colin King @ 2018-03-28 23:07 UTC (permalink / raw)
  To: Boaz Harrosh; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.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@canonical.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

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

end of thread, other threads:[~2018-03-28 23:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-22 12:48 [PATCH] ore: fix spelling mistake: "Multples" -> "multiples" Colin King
2017-04-23  9:37 ` Boaz Harrosh
2017-04-24  0:08   ` Joe Perches
  -- strict thread matches above, loose matches on Subject: below --
2018-03-28 23:07 Colin King
2018-03-28 23:21 ` Joe Perches

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