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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 B6835C433B4 for ; Wed, 12 May 2021 11:01:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6E82C613FC for ; Wed, 12 May 2021 11:01:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230104AbhELLCR (ORCPT ); Wed, 12 May 2021 07:02:17 -0400 Received: from hostingweb31-40.netsons.net ([89.40.174.40]:45314 "EHLO hostingweb31-40.netsons.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230035AbhELLCQ (ORCPT ); Wed, 12 May 2021 07:02:16 -0400 Received: from [185.56.157.72] (port=41908 helo=[192.168.101.73]) by hostingweb31.netsons.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1lgmbz-000Duk-43; Wed, 12 May 2021 13:01:07 +0200 Subject: Re: [PATCH 1/3] mfd: lp87565: fix typo in define names To: Lee Jones Cc: Linus Walleij , Bartosz Golaszewski , Liam Girdwood , Mark Brown , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210219223910.1831-1-luca@lucaceresoli.net> <20210308140440.GH4931@dell> <365cc875-e1de-0a81-6163-007f574779d3@lucaceresoli.net> <20210512095923.GC805368@dell> From: Luca Ceresoli Message-ID: Date: Wed, 12 May 2021 13:01:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210512095923.GC805368@dell> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hostingweb31.netsons.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lucaceresoli.net X-Get-Message-Sender-Via: hostingweb31.netsons.net: authenticated_id: luca+lucaceresoli.net/only user confirmed/virtual account not confirmed X-Authenticated-Sender: hostingweb31.netsons.net: luca@lucaceresoli.net X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Lee, On 12/05/21 11:59, Lee Jones wrote: > On Wed, 12 May 2021, Luca Ceresoli wrote: > >> Hi, >> >> On 08/03/21 15:04, Lee Jones wrote: >>> On Fri, 19 Feb 2021, Luca Ceresoli wrote: >>> >>>> "GOIO" should be "GPIO" here. >>>> >>>> Signed-off-by: Luca Ceresoli >>>> --- >>>> drivers/gpio/gpio-lp87565.c | 6 +++--- >>>> include/linux/mfd/lp87565.h | 28 ++++++++++++++-------------- >>>> 2 files changed, 17 insertions(+), 17 deletions(-) >>> >>> For my own reference (apply this as-is to your sign-off block): >>> >>> Acked-for-MFD-by: Lee Jones >> >> Gentle ping on patches 1 and 3. Both have at least an ack and are fairly >> trivial. Both apply cleanly on current master. > > I'll take care of these this time, but in future, if you don't receive > further responses for ~2 weeks, you should collect all of the Acks and > submit a [RESEND]. Apologies, I'll try to remember next time. Thanks for taking care of them. -- Luca