From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Hunter Subject: Re: [PATCH 03/23] mmc: core: fix a comment typo Date: Fri, 22 Apr 2016 13:28:06 +0300 Message-ID: <5719FCB6.6010601@intel.com> References: <1460741387-23815-1-git-send-email-aisheng.dong@nxp.com> <1460741387-23815-4-git-send-email-aisheng.dong@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com ([192.55.52.93]:26936 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751614AbcDVKbz (ORCPT ); Fri, 22 Apr 2016 06:31:55 -0400 In-Reply-To: <1460741387-23815-4-git-send-email-aisheng.dong@nxp.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Dong Aisheng , linux-mmc@vger.kernel.org, ulf.hansson@linaro.org Cc: chris@printf.net, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org, haibo.chen@nxp.com, dongas86@gmail.com On 15/04/16 20:29, Dong Aisheng wrote: > Signed-off-by: Dong Aisheng I'll leave this one up to Ulf. > --- > drivers/mmc/core/mmc_ops.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/core/mmc_ops.c b/drivers/mmc/core/mmc_ops.c > index 62355bd..d220bbd 100644 > --- a/drivers/mmc/core/mmc_ops.c > +++ b/drivers/mmc/core/mmc_ops.c > @@ -553,7 +553,7 @@ int __mmc_switch(struct mmc_card *card, u8 set, u8 index, u8 value, > > /* > * We are not allowed to issue a status command and the host > - * does'nt support MMC_CAP_WAIT_WHILE_BUSY, then we can only > + * doesn't support MMC_CAP_WAIT_WHILE_BUSY, then we can only > * rely on waiting for the stated timeout to be sufficient. > */ > if (!send_status) { >