lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1492992496.30293.47.camel@perches.com>
Date:   Sun, 23 Apr 2017 17:08:16 -0700
From:   Joe Perches <joe@...ches.com>
To:     Boaz Harrosh <ooo@...ctrozaur.com>,
        Colin King <colin.king@...onical.com>,
        Benny Halevy <bhalevy@...marydata.com>, osd-dev@...n-osd.org
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ore: fix spelling mistake: "Multples" -> "multiples"

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ