Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1710445 > unrolled thread
| Started by | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| First post | 2017-08-13 09:50 +0200 |
| Last post | 2017-08-14 15:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v4 2/9] mtd: nand: sharpsl.h: support partition parser types Boris Brezillon <boris.brezillon@free-electrons.com> - 2017-08-13 09:50 +0200
Re: [PATCH v4 2/9] mtd: nand: sharpsl.h: support partition parser types Andrea Adami <andrea.adami@gmail.com> - 2017-08-14 15:50 +0200
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Date | 2017-08-13 09:50 +0200 |
| Subject | Re: [PATCH v4 2/9] mtd: nand: sharpsl.h: support partition parser types |
| Message-ID | <udVON-4gG-1@gated-at.bofh.it> |
Le Wed, 28 Jun 2017 22:30:29 +0200,
Andrea Adami <andrea.adami@gmail.com> a écrit :
Please add a commit message explaining why you're doing that.
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
> ---
> include/linux/mtd/sharpsl.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/linux/mtd/sharpsl.h b/include/linux/mtd/sharpsl.h
> index 65e91d0..c0e0be2 100644
> --- a/include/linux/mtd/sharpsl.h
> +++ b/include/linux/mtd/sharpsl.h
> @@ -17,4 +17,5 @@ struct sharpsl_nand_platform_data {
> const struct mtd_ooblayout_ops *ecc_layout;
> struct mtd_partition *partitions;
> unsigned int nr_partitions;
> + const char *const *types; /* names of parsers to use if any */
types is not really descriptive here. How about 'part_parsers' or
something clearly reflecting the purpose of this field.
BTW, try to avoid putting comments on the same line.
> };
[toc] | [next] | [standalone]
| From | Andrea Adami <andrea.adami@gmail.com> |
|---|---|
| Date | 2017-08-14 15:50 +0200 |
| Subject | Re: [PATCH v4 2/9] mtd: nand: sharpsl.h: support partition parser types |
| Message-ID | <uenUK-4MF-31@gated-at.bofh.it> |
| In reply to | #1710445 |
On Sun, Aug 13, 2017 at 9:40 AM, Boris Brezillon
<boris.brezillon@free-electrons.com> wrote:
> Le Wed, 28 Jun 2017 22:30:29 +0200,
> Andrea Adami <andrea.adami@gmail.com> a écrit :
>
> Please add a commit message explaining why you're doing that.
>
Sure, I have added a short text.
>> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
>> ---
>> include/linux/mtd/sharpsl.h | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/include/linux/mtd/sharpsl.h b/include/linux/mtd/sharpsl.h
>> index 65e91d0..c0e0be2 100644
>> --- a/include/linux/mtd/sharpsl.h
>> +++ b/include/linux/mtd/sharpsl.h
>> @@ -17,4 +17,5 @@ struct sharpsl_nand_platform_data {
>> const struct mtd_ooblayout_ops *ecc_layout;
>> struct mtd_partition *partitions;
>> unsigned int nr_partitions;
>> + const char *const *types; /* names of parsers to use if any */
>
> types is not really descriptive here. How about 'part_parsers' or
> something clearly reflecting the purpose of this field.
I took this line somewhere from a pending mtd patch.
I wasn't convinced of the name and part_parsers is better.
>
> BTW, try to avoid putting comments on the same line.
Yeah, we talked about these janitoring needs. Removed.
>
>> };
>
Please review v5 (coming soon).
Thanks
Andrea
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web