Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752249AbdHRRRW (ORCPT ); Fri, 18 Aug 2017 13:17:22 -0400 Received: from mail-qk0-f194.google.com ([209.85.220.194]:35968 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751052AbdHRRRV (ORCPT ); Fri, 18 Aug 2017 13:17:21 -0400 From: James Pack To: jason.wessel@windriver.com, trivial@kernel.org Cc: James Pack , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org (open list) Subject: [PATCH] Fixed typo in KGDB Kconfig file Date: Fri, 18 Aug 2017 10:17:05 -0700 Message-Id: <1503076626-3245-1-git-send-email-jpack61108@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 618 Lines: 21 Signed-off-by: James Pack Acked-by: Daniel Thompson --- 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. -- 2.7.4