All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
To: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Cc: Jiri Kosina <trivial@kernel.org>, Sekhar Nori <nsekhar@ti.com>,
	Russell King <linux@armlinux.org.uk>,
	"moderated list:ARM SUB-ARCHITECTURES" 
	<linux-arm-kernel@lists.infradead.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling
Date: Thu, 16 Jul 2020 10:02:24 +0200	[thread overview]
Message-ID: <CAMpxmJXhRX1Gpxg2iqX2XXy67BhGrgrqchJb6OOoDz8POo0sgQ@mail.gmail.com> (raw)
In-Reply-To: <20200715124839.252822-2-kieran.bingham+renesas@ideasonboard.com>

On Wed, Jul 15, 2020 at 2:48 PM Kieran Bingham
<kieran.bingham+renesas@ideasonboard.com> wrote:
>
> The word 'descriptor' is misspelled throughout the tree.
>
> Fix it up accordingly:
>     decriptors -> descriptors
>
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> ---
>  arch/arm/mach-davinci/board-da830-evm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-davinci/board-da830-evm.c b/arch/arm/mach-davinci/board-da830-evm.c
> index a273ab25c668..1076886938b6 100644
> --- a/arch/arm/mach-davinci/board-da830-evm.c
> +++ b/arch/arm/mach-davinci/board-da830-evm.c
> @@ -266,7 +266,7 @@ static struct mtd_partition da830_evm_nand_partitions[] = {
>         }
>  };
>
> -/* flash bbt decriptors */
> +/* flash bbt descriptors */
>  static uint8_t da830_evm_nand_bbt_pattern[] = { 'B', 'b', 't', '0' };
>  static uint8_t da830_evm_nand_mirror_pattern[] = { '1', 't', 'b', 'B' };
>
> --
> 2.25.1
>

Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

WARNING: multiple messages have this Message-ID (diff)
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
To: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Cc: Sekhar Nori <nsekhar@ti.com>, Jiri Kosina <trivial@kernel.org>,
	Russell King <linux@armlinux.org.uk>,
	"moderated list:ARM SUB-ARCHITECTURES"
	<linux-arm-kernel@lists.infradead.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling
Date: Thu, 16 Jul 2020 10:02:24 +0200	[thread overview]
Message-ID: <CAMpxmJXhRX1Gpxg2iqX2XXy67BhGrgrqchJb6OOoDz8POo0sgQ@mail.gmail.com> (raw)
In-Reply-To: <20200715124839.252822-2-kieran.bingham+renesas@ideasonboard.com>

On Wed, Jul 15, 2020 at 2:48 PM Kieran Bingham
<kieran.bingham+renesas@ideasonboard.com> wrote:
>
> The word 'descriptor' is misspelled throughout the tree.
>
> Fix it up accordingly:
>     decriptors -> descriptors
>
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> ---
>  arch/arm/mach-davinci/board-da830-evm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-davinci/board-da830-evm.c b/arch/arm/mach-davinci/board-da830-evm.c
> index a273ab25c668..1076886938b6 100644
> --- a/arch/arm/mach-davinci/board-da830-evm.c
> +++ b/arch/arm/mach-davinci/board-da830-evm.c
> @@ -266,7 +266,7 @@ static struct mtd_partition da830_evm_nand_partitions[] = {
>         }
>  };
>
> -/* flash bbt decriptors */
> +/* flash bbt descriptors */
>  static uint8_t da830_evm_nand_bbt_pattern[] = { 'B', 'b', 't', '0' };
>  static uint8_t da830_evm_nand_mirror_pattern[] = { '1', 't', 'b', 'B' };
>
> --
> 2.25.1
>

Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-07-16  8:02 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-15 12:48 [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/ Kieran Bingham
2020-07-15 12:48 ` Kieran Bingham
2020-07-15 12:48 ` Kieran Bingham
2020-07-15 12:48 ` [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling Kieran Bingham
2020-07-15 12:48   ` Kieran Bingham
2020-07-16  8:02   ` Bartosz Golaszewski [this message]
2020-07-16  8:02     ` Bartosz Golaszewski
2020-07-21 18:16     ` Sekhar Nori
2020-07-21 18:16       ` Sekhar Nori
2020-07-15 12:48 ` [PATCH v2 2/8] drivers: input: joystick: " Kieran Bingham
2020-07-15 12:48 ` [PATCH v2 3/8] drivers: net: wan: " Kieran Bingham
2020-07-16  1:20   ` Jakub Kicinski
2020-07-15 12:48 ` [PATCH v2 4/8] drivers: net: wireless: " Kieran Bingham
2020-07-15 12:48   ` Kieran Bingham
2020-07-15 16:48   ` [PATCH v2 4/8] " Kalle Valo
2020-07-15 16:48   ` Kalle Valo
2020-07-15 12:48 ` [PATCH v2 5/8] include: dynamic_debug.h: " Kieran Bingham
2020-07-15 12:48 ` [PATCH v2 6/8] kernel: trace: " Kieran Bingham
2020-07-15 12:48 ` [PATCH v2 7/8] mm/balloon_compaction: " Kieran Bingham
2020-07-15 12:48   ` Kieran Bingham
2020-07-15 12:48 ` [PATCH v2 8/8] scripts/spelling.txt: Add descriptors correction Kieran Bingham
2020-07-15 12:53   ` SeongJae Park

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=CAMpxmJXhRX1Gpxg2iqX2XXy67BhGrgrqchJb6OOoDz8POo0sgQ@mail.gmail.com \
    --to=bgolaszewski@baylibre.com \
    --cc=kieran.bingham+renesas@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=nsekhar@ti.com \
    --cc=trivial@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.