From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936519AbcKKI7K (ORCPT ); Fri, 11 Nov 2016 03:59:10 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:38363 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756036AbcKKI7I (ORCPT ); Fri, 11 Nov 2016 03:59:08 -0500 Date: Fri, 11 Nov 2016 09:01:54 +0000 From: Lee Jones To: Colin King Cc: David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , Cyrille Pitchen , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mfd: si476x-i2c: Fix spelling mistakes "Failet" and "gett" Message-ID: <20161111090154.GC13638@dell> References: <20161028183548.8190-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20161028183548.8190-1-colin.king@canonical.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 28 Oct 2016, Colin King wrote: > From: Colin Ian King > > Trivial spelling mistake fixes in dev_err message. > > Signed-off-by: Colin Ian King > --- > drivers/mfd/si476x-i2c.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c > index c180b75..e6a3d99 100644 > --- a/drivers/mfd/si476x-i2c.c > +++ b/drivers/mfd/si476x-i2c.c > @@ -753,7 +753,7 @@ static int si476x_core_probe(struct i2c_client *client, > ARRAY_SIZE(core->supplies), > core->supplies); > if (rval) { > - dev_err(&client->dev, "Failet to gett all of the regulators\n"); > + dev_err(&client->dev, "Failed to get all of the regulators\n"); > goto free_gpio; > } > Applied, thanks. [Hi Colin, hope you're well!] -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog