From patchwork Fri Jul 22 07:22:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Slark Xiao X-Patchwork-Id: 593103 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7DD6DC43334 for ; Fri, 22 Jul 2022 07:22:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234420AbiGVHW6 (ORCPT ); Fri, 22 Jul 2022 03:22:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50014 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234461AbiGVHW6 (ORCPT ); Fri, 22 Jul 2022 03:22:58 -0400 Received: from mail-m974.mail.163.com (mail-m974.mail.163.com [123.126.97.4]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AC20128717; Fri, 22 Jul 2022 00:22:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=11gbh NoF5cEoLfJC16ejYmefWWlsT9RKa9ERJhQ1ZQ4=; b=fNziiM6eC/CHWmt9WNhkt e/Eo7SEoNlDAbMAo82Ie1GezArKzUjQLi5V9utvekGSSjYJSJwrEu0OUXLlEOfVo CEn5Lp8a5PrdUmjds53fWFN+n8GzrrnJuCs3++kdMS1hVADS6CHNG/EPE7PGYoru FE8bqOJaf81KH6RrK42SVE= Received: from localhost.localdomain (unknown [112.97.59.29]) by smtp4 (Coremail) with SMTP id HNxpCgC3BIVIUNpiA8ptQA--.19206S2; Fri, 22 Jul 2022 15:22:51 +0800 (CST) From: Slark Xiao To: jh80.chung@samsung.com, ulf.hansson@linaro.org Cc: linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, Slark Xiao Subject: [PATCH] mmc: dw_mmc: Fix typo 'the the' in comment Date: Fri, 22 Jul 2022 15:22:47 +0800 Message-Id: <20220722072247.72189-1-slark_xiao@163.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CM-TRANSID: HNxpCgC3BIVIUNpiA8ptQA--.19206S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrZFWUWr1DGryfCryUur4kWFg_yoW3WFX_Kr WrXr97Ww1akF9aqF1xtF1rZFWrtw4rWr4xZr95Kay3W345Zw4fX3WvvrWDJ3s8uFWDAay3 uF1rXryfKay5WjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7sRuYLyJUUUUU== X-Originating-IP: [112.97.59.29] X-CM-SenderInfo: xvod2y5b0lt0i6rwjhhfrp/xtbCdQNGZGBbEbvYPgAAsj Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao --- drivers/mmc/host/dw_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index 581614196a84..7f00d7d7e35e 100644 --- a/drivers/mmc/host/dw_mmc.c +++ b/drivers/mmc/host/dw_mmc.c @@ -1363,7 +1363,7 @@ static void __dw_mci_start_request(struct dw_mci *host, * is just about to roll over. * * We do this whole thing under spinlock and only if the - * command hasn't already completed (indicating the the irq + * command hasn't already completed (indicating the irq * already ran so we don't want the timeout). */ spin_lock_irqsave(&host->irq_lock, irqflags);