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=-6.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 0F02FC38A2A for ; Thu, 7 May 2020 11:41:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E8099208E4 for ; Thu, 7 May 2020 11:41:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725948AbgEGLlP (ORCPT ); Thu, 7 May 2020 07:41:15 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:33637 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725848AbgEGLlP (ORCPT ); Thu, 7 May 2020 07:41:15 -0400 Received: from uno.localdomain (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 849B420000E; Thu, 7 May 2020 11:39:26 +0000 (UTC) Date: Thu, 7 May 2020 13:42:38 +0200 From: Jacopo Mondi To: Geert Uytterhoeven Cc: Linus Walleij , Chris Brandt , Jacopo Mondi , linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH] pinctrl: rza1: Fix flag name in comment Message-ID: <20200507114238.k4zeunp3z4yedpzk@uno.localdomain> References: <20200507074516.29903-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200507074516.29903-1-geert+renesas@glider.be> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Geert On Thu, May 07, 2020 at 09:45:16AM +0200, Geert Uytterhoeven wrote: > rza1_swio_pin relates to the swio flag instead of the bidir flag. > > Signed-off-by: Geert Uytterhoeven Acked-by: Jacopo Mondi Thanks j > --- > To be queued in sh-pfc for v5.8. > > drivers/pinctrl/pinctrl-rza1.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pinctrl/pinctrl-rza1.c b/drivers/pinctrl/pinctrl-rza1.c > index ff4a7fb518bb3d84..38a14bbced5f60e7 100644 > --- a/drivers/pinctrl/pinctrl-rza1.c > +++ b/drivers/pinctrl/pinctrl-rza1.c > @@ -93,7 +93,7 @@ struct rza1_bidir_entry { > }; > > /** > - * rza1_swio_pin - describe a single pin that needs bidir flag applied. > + * rza1_swio_pin - describe a single pin that needs swio flag applied. > */ > struct rza1_swio_pin { > u16 pin: 4; > -- > 2.17.1 >