All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Boaz Harrosh <ooo@electrozaur.com>,
	Colin King <colin.king@canonical.com>,
	Benny Halevy <bhalevy@primarydata.com>,
	osd-dev@open-osd.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ore: fix spelling mistake: "Multples" -> "multiples"
Date: Sun, 23 Apr 2017 17:08:16 -0700	[thread overview]
Message-ID: <1492992496.30293.47.camel@perches.com> (raw)
In-Reply-To: <95d65006-65a1-a347-3b39-f563b600c2af@electrozaur.com>

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);

  reply	other threads:[~2017-04-24  0:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-28 23:07 Colin King
2018-03-28 23:07 ` Colin King
2018-03-28 23:21 ` Joe Perches
2018-03-28 23:21   ` Joe Perches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492992496.30293.47.camel@perches.com \
    --to=joe@perches.com \
    --cc=bhalevy@primarydata.com \
    --cc=colin.king@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ooo@electrozaur.com \
    --cc=osd-dev@open-osd.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.