lkml.org 
[lkml]   [2017]   [Apr]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] ore: fix spelling mistake: "Multples" -> "multiples"
From
Date
On Sun, 2017-04-23 at 12:37 +0300, Boaz Harrosh wrote:
> On 04/22/2017 03:48 PM, Colin King wrote:
> > trivial fix to spelling mistake in ORE_ERR message and make word all
> > lower case.
[]
> > diff --git 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",

Perhaps better would be:

ORE_ERR("Stripe unit (0x%llx) must be a multiple of PAGE_SIZE (0x%llx)\n",
_LLU(layout->stripe_unit), PAGE_SIZE);

\
 
 \ /
  Last update: 2017-04-24 02:09    [W:0.098 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site