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 6D1A8C43334 for ; Mon, 20 Jun 2022 08:51:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240062AbiFTIvD (ORCPT ); Mon, 20 Jun 2022 04:51:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239375AbiFTIvA (ORCPT ); Mon, 20 Jun 2022 04:51:00 -0400 Received: from mx1.molgen.mpg.de (mx3.molgen.mpg.de [141.14.17.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4264012D05; Mon, 20 Jun 2022 01:50:58 -0700 (PDT) Received: from [141.14.220.45] (g45.guest.molgen.mpg.de [141.14.220.45]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) (Authenticated sender: pmenzel) by mx.molgen.mpg.de (Postfix) with ESMTPSA id 5DC0961EA1928; Mon, 20 Jun 2022 10:50:55 +0200 (CEST) Message-ID: <7dde0710-411d-52ef-df83-dcb3d667a9dc@molgen.mpg.de> Date: Mon, 20 Jun 2022 10:50:55 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH] pinctrl: aspeed: Fix typo in comment Content-Language: en-US To: Xiang Wang Cc: andrew@aj.id.au, linux-aspeed@lists.ozlabs.org, linus.walleij@linaro.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, joel@jms.id.au, openbmc@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org References: <20220618130854.12321-1-wangxiang@cdjrlc.com> From: Paul Menzel In-Reply-To: <20220618130854.12321-1-wangxiang@cdjrlc.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Xiang, Am 18.06.22 um 15:08 schrieb Xiang wangx: > Delete the redundant word 'and'. > > Signed-off-by: Xiang wangx Should this be Xiang Wang? > --- > drivers/pinctrl/aspeed/pinmux-aspeed.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pinctrl/aspeed/pinmux-aspeed.h b/drivers/pinctrl/aspeed/pinmux-aspeed.h > index 4d7548686f39..aaa78a613196 100644 > --- a/drivers/pinctrl/aspeed/pinmux-aspeed.h > +++ b/drivers/pinctrl/aspeed/pinmux-aspeed.h > @@ -632,7 +632,7 @@ struct aspeed_pin_desc { > SIG_EXPR_LIST_ALIAS(pin, sig, group) > > /** > - * Similar to the above, but for pins with a dual expressions (DE) and > + * Similar to the above, but for pins with a dual expressions (DE) > * and a single group (SG) of pins. > * > * @pin: The pin the signal will be routed to Reviewed-by: Paul Menzel Kind regards Paul