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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2CC7DC71153 for ; Sun, 3 Sep 2023 11:37:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236556AbjICLhG (ORCPT ); Sun, 3 Sep 2023 07:37:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46622 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229599AbjICLhG (ORCPT ); Sun, 3 Sep 2023 07:37:06 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55C6DF2; Sun, 3 Sep 2023 04:37:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DF319B80B74; Sun, 3 Sep 2023 11:37:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8CF3CC433C7; Sun, 3 Sep 2023 11:36:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693741020; bh=tuwGfP4B5oLh2LtVZlEqLCMMizDfQJW9MygJsSHWdRg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=pj6isdPfsn+2Z5P6wHJ19ywhDGShVDt6j+sL4gLmlOPP8NGnafK/uXEzVNMhWe01r pb1F4ffRt/TM3lMc4VyprsRxhtr6yMWEFrX3X3MlEWuaqm+dh+aKJCulQWBrcPAXaW IFjhJo6df+10NSNZUQL+FdqdgPdLyvPc6rej/hFp3EzJAxfa0JcDf3wCDYj3r4Ysqt QfWW2ef8hwoNM4yLf9YYYWY2P0OfqV9TnqIN0ZUp9tIUdHOFNmojuCFaS5RbYDlYb3 DuHxahKCiFaqSjkPplOIfxrcXWi0UTdZDkxNuuUD3lxd7ktqmkmJ+FcEffGgs7pwji PyfwIu1UZJXAQ== Date: Sun, 3 Sep 2023 12:37:27 +0100 From: Jonathan Cameron To: Nuno =?UTF-8?B?U8Oh?= Cc: Antoniu Miclaus , linus.walleij@linaro.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iio: addac: ad74413r: fix function prefix typo Message-ID: <20230903123727.62a18f24@jic23-huawei> In-Reply-To: <0527327b556aac4ce9b7e4db85aa831ca439e600.camel@gmail.com> References: <20230830094314.26353-1-antoniu.miclaus@analog.com> <0527327b556aac4ce9b7e4db85aa831ca439e600.camel@gmail.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Thu, 31 Aug 2023 09:48:19 +0200 Nuno S=C3=A1 wrote: > On Wed, 2023-08-30 at 12:43 +0300, Antoniu Miclaus wrote: > > Use complete device name prefix in the input current offset getter > > function. > >=20 > > Fixes: fea251b6a5db ("iio: addac: add AD74413R driver") > > Signed-off-by: Antoniu Miclaus > > --- =20 >=20 > This a typo fix. So, I'm not so sure if a Fixes tag, backporting is reall= y needed... Agreed - I dropped the fixes tag whilst applying. > Anyways, >=20 > Reviewed-by: Nuno Sa >=20 Applied to the togreg branch of iio.git which for now is only pushed out as testing because I want to rebase on rc1 once available. Thanks, Jonathan > > =20