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 1dRze6-0001xR-UX for linux-mtd@lists.infradead.org; Mon, 03 Jul 2017 11:36:04 +0000 Date: Mon, 3 Jul 2017 13:35:31 +0200 From: Boris Brezillon To: Colin King Cc: Artem Bityutskiy , Richard Weinberger , David Woodhouse , Brian Norris , Marek Vasut , Cyrille Pitchen , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" Message-ID: <20170703133531.2b27d956@bbrezillon> In-Reply-To: <20170703093701.11588-1-colin.king@canonical.com> References: <20170703093701.11588-1-colin.king@canonical.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: , On Mon, 3 Jul 2017 10:37:01 +0100 Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistake in ubi_err error message > > Signed-off-by: Colin Ian King Reviewed-by: Boris Brezillon > --- > drivers/mtd/ubi/fastmap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mtd/ubi/fastmap.c b/drivers/mtd/ubi/fastmap.c > index b44c8d348e78..5a832bc79b1b 100644 > --- a/drivers/mtd/ubi/fastmap.c > +++ b/drivers/mtd/ubi/fastmap.c > @@ -1667,7 +1667,7 @@ int ubi_update_fastmap(struct ubi_device *ubi) > > ret = invalidate_fastmap(ubi); > if (ret < 0) { > - ubi_err(ubi, "Unable to invalidiate current fastmap!"); > + ubi_err(ubi, "Unable to invalidate current fastmap!"); > ubi_ro_mode(ubi); > } else { > return_fm_pebs(ubi, old_fm);