From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] gpio: sim: fix a typo
Date: Tue, 8 Mar 2022 12:02:27 +0200 [thread overview]
Message-ID: <Yicps+mb9xWrqch3@smile.fi.intel.com> (raw)
In-Reply-To: <20220308084627.214720-1-brgl@bgdev.pl>
On Tue, Mar 08, 2022 at 09:46:27AM +0100, Bartosz Golaszewski wrote:
> Just noticed this when applying Andy's patch. s/childred/children/
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Fixes: cb8c474e79be ("gpio: sim: new testing module")
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> ---
> drivers/gpio/gpio-sim.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/gpio-sim.c b/drivers/gpio/gpio-sim.c
> index bb9bb595c1a8..8e5d87984a48 100644
> --- a/drivers/gpio/gpio-sim.c
> +++ b/drivers/gpio/gpio-sim.c
> @@ -547,7 +547,7 @@ struct gpio_sim_bank {
> *
> * So we need to store the pointer to the parent struct here. We can
> * dereference it anywhere we need with no checks and no locking as
> - * it's guaranteed to survive the childred and protected by configfs
> + * it's guaranteed to survive the children and protected by configfs
> * locks.
> *
> * Same for other structures.
> --
> 2.30.1
>
--
With Best Regards,
Andy Shevchenko
prev parent reply other threads:[~2022-03-08 10:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-08 8:46 [PATCH] gpio: sim: fix a typo Bartosz Golaszewski
2022-03-08 10:02 ` Andy Shevchenko [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=Yicps+mb9xWrqch3@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=brgl@bgdev.pl \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.