Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1044622AbdDWJhX (ORCPT ); Sun, 23 Apr 2017 05:37:23 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:33856 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1044394AbdDWJhQ (ORCPT ); Sun, 23 Apr 2017 05:37:16 -0400 Subject: Re: [PATCH] ore: fix spelling mistake: "Multples" -> "multiples" To: Colin King , Benny Halevy , osd-dev@open-osd.org References: <20170422124823.10107-1-colin.king@canonical.com> Cc: linux-kernel@vger.kernel.org From: Boaz Harrosh Message-ID: <95d65006-65a1-a347-3b39-f563b600c2af@electrozaur.com> Date: Sun, 23 Apr 2017 12:37:12 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20170422124823.10107-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 875 Lines: 29 On 04/22/2017 03:48 PM, Colin King wrote: > From: Colin Ian King > > trivial fix to spelling mistake in ORE_ERR message and make word all > lower case. > > Signed-off-by: Colin Ian King Thanks ACK-by: Boaz Harrosh > --- > 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; > } >