From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dFzqZ-00046k-5Y for linux-mtd@lists.infradead.org; Wed, 31 May 2017 09:23:21 +0000 Date: Wed, 31 May 2017 11:22:55 +0200 From: Boris Brezillon To: Matthias Lange Cc: linux-mtd@lists.infradead.org, han.xu@nxp.com, computersforpeace@gmail.com, richard@nod.at, dwmw2@infradead.org Subject: Re: [PATCH] Fix typo in comment. Message-ID: <20170531112255.1073ca9a@bbrezillon> In-Reply-To: <1496130091-2363-1-git-send-email-matthias.lange@kernkonzept.com> References: <1496130091-2363-1-git-send-email-matthias.lange@kernkonzept.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Mattias, On Tue, 30 May 2017 09:41:31 +0200 Matthias Lange wrote: Commit title should be prefixed with "mtd: nand: gpmi: ". > Signed-off-by: Matthias Lange > --- > drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c > index 141bd70..41f53ae 100644 > --- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c > +++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c > @@ -932,7 +932,7 @@ static int enable_edo_mode(struct gpmi_nand_data *this, int mode) > > nand->select_chip(mtd, 0); > > - /* [1] send SET FEATURE commond to NAND */ > + /* [1] send SET FEATURE command to NAND */ > feature[0] = mode; > ret = nand->onfi_set_features(mtd, nand, > ONFI_FEATURE_ADDR_TIMING_MODE, feature);