Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751428AbdHNN1Q (ORCPT ); Mon, 14 Aug 2017 09:27:16 -0400 Received: from mail-wm0-f52.google.com ([74.125.82.52]:35441 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750707AbdHNN1P (ORCPT ); Mon, 14 Aug 2017 09:27:15 -0400 Subject: Re: [PATCH] Fixed typo in KGDB Kconfig file To: James Pack Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org References: <1502159614-13379-1-git-send-email-jpack61108@gmail.com> From: Daniel Thompson Message-ID: Date: Mon, 14 Aug 2017 14:26:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1502159614-13379-1-git-send-email-jpack61108@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed 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: 1076 Lines: 32 On 08/08/17 03:33, James Pack wrote: > Signed-off-by: James Pack > --- > lib/Kconfig.kgdb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/Kconfig.kgdb b/lib/Kconfig.kgdb > index ab4ff0e..a5f7412 100644 > --- a/lib/Kconfig.kgdb > +++ b/lib/Kconfig.kgdb > @@ -78,7 +78,7 @@ config KDB_DEFAULT_ENABLE > depends on KGDB_KDB > default 0x1 > help > - Specifiers which kdb commands are enabled by default. This may > + Specifies which kdb commands are enabled by default. This may > be set to 1 or 0 to enable all commands or disable almost all > commands. Looks like a good change but the To: list is wrong so its unlikely the right maintainer will see it. Needs to be sent To: the kgdb maintainer (and probably also to Jiri Kosina ). Actually, now I think about it, I think the patch that introduced this typo may have passed through my hands at some point... so feel free to add my Acked-by when you repost: Acked-by: Daniel Thompson Daniel.