Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031318AbdIZPWV (ORCPT ); Tue, 26 Sep 2017 11:22:21 -0400 Received: from merlin.infradead.org ([205.233.59.134]:56836 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964826AbdIZPWT (ORCPT ); Tue, 26 Sep 2017 11:22:19 -0400 Subject: Re: [PATCH/v2] Kconfig: Fix typos in Kconfig To: Masanari Iida , linux-kernel@vger.kernel.org, trivial@kernel.org References: <458204cb-3901-4c3d-82c8-d8735d91a1b2@infradead.org> <20170926034759.16838-1-standby24x7@gmail.com> From: Randy Dunlap Message-ID: <1b41c6ca-9337-d67b-d99c-49bd9357cc1c@infradead.org> Date: Tue, 26 Sep 2017 08:22:17 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170926034759.16838-1-standby24x7@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1026 Lines: 31 On 09/25/17 20:47, Masanari Iida wrote: > This patch fixes some spelling typos found in Kconfig files. > > Signed-off-by: Masanari Iida Acked-by: Randy Dunlap Thanks. > --- > arch/alpha/Kconfig | 2 +- > arch/arc/Kconfig | 6 +++--- > arch/arm/mach-bcm/Kconfig | 6 +++--- > arch/arm/plat-samsung/Kconfig | 2 +- > arch/arm64/Kconfig | 2 +- > arch/powerpc/platforms/Kconfig | 2 +- > arch/unicore32/Kconfig | 2 +- > arch/xtensa/Kconfig | 2 +- > drivers/net/ethernet/aquantia/Kconfig | 2 +- > drivers/nfc/st-nci/Kconfig | 4 ++-- > drivers/nvdimm/Kconfig | 2 +- > drivers/platform/x86/Kconfig | 2 +- > drivers/power/supply/Kconfig | 2 +- > drivers/scsi/Kconfig | 2 +- > fs/notify/fanotify/Kconfig | 2 +- > 15 files changed, 20 insertions(+), 20 deletions(-) > -- ~Randy