From patchwork Tue Sep 5 18:27:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 9939463 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id C12DF60350 for ; Tue, 5 Sep 2017 18:28:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B91AD28930 for ; Tue, 5 Sep 2017 18:28:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ADDB0289F1; Tue, 5 Sep 2017 18:28:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6659028930 for ; Tue, 5 Sep 2017 18:28:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752351AbdIES17 (ORCPT ); Tue, 5 Sep 2017 14:27:59 -0400 Received: from sauhun.de ([88.99.104.3]:42760 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751413AbdIES17 (ORCPT ); Tue, 5 Sep 2017 14:27:59 -0400 Received: from localhost (88.red-79-157-204.dynamicip.rima-tde.net [79.157.204.88]) by pokefinder.org (Postfix) with ESMTPSA id 034E62C32C3; Tue, 5 Sep 2017 20:27:55 +0200 (CEST) From: Wolfram Sang To: linux-mmc@vger.kernel.org Cc: Ulf Hansson , linux-renesas-soc@vger.kernel.org, Wolfram Sang Subject: [PATCH] mmc: host: fix typo after MMC_DEBUG move Date: Tue, 5 Sep 2017 20:27:50 +0200 Message-Id: <20170905182750.4343-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP MMC_DEBUG was moved and one letter got strangely capitalized. Signed-off-by: Wolfram Sang --- based on mmc/next drivers/mmc/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 02179ed2a40d7a..8c15637178ff3c 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -5,7 +5,7 @@ comment "MMC/SD/SDIO Host Controller Drivers" config MMC_DEBUG - bool "MMC host drivers debugginG" + bool "MMC host drivers debugging" depends on MMC != n help This is an option for use by developers; most people should