From: Bartosz Golaszewski <brgl@bgdev.pl>
To: wangborong@cdjrlc.com
Cc: Linus Walleij <linus.walleij@linaro.org>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] gpio: sta2x11: fix typo in a comment
Date: Mon, 13 Dec 2021 14:48:04 +0100	[thread overview]
Message-ID: <CAMRc=MfT72KJVQKCRqdToPSf1kysyu=8RLktmB7Dpbv8dDB8ZQ@mail.gmail.com> (raw)
In-Reply-To: <20211212031335.36369-1-wangborong@cdjrlc.com>
On Sun, Dec 12, 2021 at 4:13 AM Jason Wang <wangborong@cdjrlc.com> wrote:
>
> The double `all' in the comment in line 327 is repeated. Remove one
> of them from the comment.
>
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  drivers/gpio/gpio-sta2x11.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/gpio-sta2x11.c b/drivers/gpio/gpio-sta2x11.c
> index 392fcab06ab8..e07cca0f8d35 100644
> --- a/drivers/gpio/gpio-sta2x11.c
> +++ b/drivers/gpio/gpio-sta2x11.c
> @@ -324,7 +324,7 @@ static int gsta_alloc_irq_chip(struct gsta_gpio *chip)
>         if (rv)
>                 return rv;
>
> -       /* Set up all all 128 interrupts: code from setup_generic_chip */
> +       /* Set up all 128 interrupts: code from setup_generic_chip */
>         {
>                 struct irq_chip_type *ct = gc->chip_types;
>                 int i, j;
> --
> 2.34.1
>
Applied, thanks!
Bart
     prev parent reply	other threads:[~2021-12-13 13:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-12  3:13 [PATCH] gpio: sta2x11: fix typo in a comment Jason Wang
2021-12-13 13:48 ` Bartosz Golaszewski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to='CAMRc=MfT72KJVQKCRqdToPSf1kysyu=8RLktmB7Dpbv8dDB8ZQ@mail.gmail.com' \
    --to=brgl@bgdev.pl \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wangborong@cdjrlc.com \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).