From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761067AbdEYLHh (ORCPT ); Thu, 25 May 2017 07:07:37 -0400 Received: from smtprelay.synopsys.com ([198.182.47.9]:53989 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760393AbdEYLHf (ORCPT ); Thu, 25 May 2017 07:07:35 -0400 From: Alexey Brodkin To: "noamca@mellanox.com" , "linux-snps-arc@lists.infradead.org" CC: "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 05/10] ARC: [plat-eznps] typo fix at Kconfig Thread-Topic: [PATCH 05/10] ARC: [plat-eznps] typo fix at Kconfig Thread-Index: AQHS1P+O0bFcO0JzhUONdNvN0IzCHKIEwq6A Date: Thu, 25 May 2017 11:07:31 +0000 Message-ID: <1495710451.5393.27.camel@synopsys.com> References: <1495679660-9598-1-git-send-email-noamca@mellanox.com> <1495679660-9598-6-git-send-email-noamca@mellanox.com> In-Reply-To: <1495679660-9598-6-git-send-email-noamca@mellanox.com> Accept-Language: en-US, ru-RU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.121.8.122] Content-Type: text/plain; charset="utf-8" Content-ID: <8D0184C57C522A46BB99F9A8EF9E263C@internal.synopsys.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id v4PB83Of018192 Hi Noam, On Thu, 2017-05-25 at 05:34 +0300, Noam Camus wrote: > From: Noam Camus > > Signed-off-by: Noam Camus > --- >  arch/arc/plat-eznps/Kconfig |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arc/plat-eznps/Kconfig b/arch/arc/plat-eznps/Kconfig > index 1595a38..feaa471 100644 > --- a/arch/arc/plat-eznps/Kconfig > +++ b/arch/arc/plat-eznps/Kconfig > @@ -12,8 +12,8 @@ menuconfig ARC_PLAT_EZNPS >   help >     Support for EZchip development platforms, >     based on ARC700 cores. > -   We handle few flavours: > -     - Hardware Emulator AKA HE which is FPGA based chasis > +   We handle few flavors: Not really sure that change worth a trouble. The point is both options could be used: either "flavour" (Brit-ish) or "flavor" (American-ish). Otherwise... Reviewed-by: Alexey Brodkin