2020-07-15 12:49:46

by Kieran Bingham

[permalink] [raw]
Subject: [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
decriptors -> descriptors

Signed-off-by: Kieran Bingham <[email protected]>
---
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


2020-07-16 08:04:20

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling

On Wed, Jul 15, 2020 at 2:48 PM Kieran Bingham
<[email protected]> wrote:
>
> The word 'descriptor' is misspelled throughout the tree.
>
> Fix it up accordingly:
> decriptors -> descriptors
>
> Signed-off-by: Kieran Bingham <[email protected]>
> ---
> 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 <[email protected]>

2020-07-21 18:18:27

by Sekhar Nori

[permalink] [raw]
Subject: Re: [PATCH v2 1/8] arch: arm: mach-davinci: Fix trivial spelling

On 7/16/20 1:32 PM, Bartosz Golaszewski wrote:
> On Wed, Jul 15, 2020 at 2:48 PM Kieran Bingham
> <[email protected]> wrote:
>>
>> The word 'descriptor' is misspelled throughout the tree.
>>
>> Fix it up accordingly:
>> decriptors -> descriptors
>>
>> Signed-off-by: Kieran Bingham <[email protected]>
>> ---
>> 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 <[email protected]>

Fixed up subject prefix to "ARM: davinci: " for consistency, and applied.

Thanks,
Sekhar