From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60CB1C3524C for ; Sun, 2 Feb 2020 15:53:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3714C2067C for ; Sun, 2 Feb 2020 15:53:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580658791; bh=D+ST12kFPCpEiSy3YyflnXlRJxJQO2zccYaR8lwSiRU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=cRpVKKm+4W34kcPQacclTnY9+Es7b+LHHgm+MMyTlkYoZYhR2Vz+2sxTnZVrS+lMu dS189yO2IBgOrKF3N1wgE2dGlS3Oq1lctiMvLeoso32gGeAZFFnQax2n9G5paE2gdq FUDT7mCyd3Osi/P3HRaruHdQzwj3pVyb10um8F9s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726995AbgBBPxK (ORCPT ); Sun, 2 Feb 2020 10:53:10 -0500 Received: from mail.kernel.org ([198.145.29.99]:35014 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726881AbgBBPxK (ORCPT ); Sun, 2 Feb 2020 10:53:10 -0500 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A4E3E20658; Sun, 2 Feb 2020 15:53:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580658789; bh=D+ST12kFPCpEiSy3YyflnXlRJxJQO2zccYaR8lwSiRU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=GDjVsnebGOoYehlsYa1rp2PZEwY02Qphx1BbM9SmBclOwYI6myjVJ4JeFwsonY89M igvkk5Q+xxEcRK/c3omw31KYuUOfbCgxb/OKtSk0mopcU8/hukWhHOZDw5KUXu+l0p hc1e8lH6xiaLhkKhAVyxSaHh6T76g9ry9SuAclaQ= Date: Sun, 2 Feb 2020 15:53:04 +0000 From: Jonathan Cameron To: "Ardelean, Alexandru" Cc: "zzzzPopa, zzzzStefan Serban" , "linux-iio@vger.kernel.org" , "colin.king@canonical.com" , "Hennerich, Michael" , "lars@metafoo.de" , "knaack.h@gmx.de" , "pmeerw@pmeerw.net" , "kernel-janitors@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Joe Perches Subject: Re: [PATCH][V2] iio: ad5755: fix spelling mistake "to" -> "too" and grammar Message-ID: <20200202155304.5eb84ee8@archlinux> In-Reply-To: References: <20200123091954.10506-1-colin.king@canonical.com> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 23 Jan 2020 12:16:03 +0000 "Ardelean, Alexandru" wrote: > On Thu, 2020-01-23 at 09:19 +0000, Colin King wrote: > > From: Colin Ian King > > > > There is a spelling mistake and grammar mistake in a dev_err > > message. Fix it. > > > > Reviewed-by: Alexandru Ardelean > > > Signed-off-by: Colin Ian King This crossed with Joe observing there are quite a few other nice little bits of janitorial work to be done in this driver. I merged the two together and fiddled the patch description to cover the result. Hope no one minds. Seemed like it would save everyone some time rather than asking for a v3. Shout out if I've messed it up or you would rather I change the various tags. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks all, Jonathan > > --- > > V2: fix grammar too, thanks to Alexandru Ardelean for spotting this. > > --- > > drivers/iio/dac/ad5755.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/iio/dac/ad5755.c b/drivers/iio/dac/ad5755.c > > index b9175fb4c8ab..1359a1a92fdc 100644 > > --- a/drivers/iio/dac/ad5755.c > > +++ b/drivers/iio/dac/ad5755.c > > @@ -655,7 +655,7 @@ static struct ad5755_platform_data *ad5755_parse_dt(struct > > device *dev) > > for_each_child_of_node(np, pp) { > > if (devnr >= AD5755_NUM_CHANNELS) { > > dev_err(dev, > > - "There is to many channels defined in DT\n"); > > + "There are too many channels defined in DT\n"); > > goto error_out; > > } > >