Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1501414 > unrolled thread

Re: [PATCH 0/5] Replace data type declarations with variables of same types in several source files.

Started byAlexander Alemayhu <alexander@alemayhu.com>
First post2016-10-16 10:30 +0200
Last post2016-10-16 21:00 +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.


Contents

  Re: [PATCH 0/5] Replace data type declarations with variables of   same types in several source files. Alexander Alemayhu <alexander@alemayhu.com> - 2016-10-16 10:30 +0200
    Re: [PATCH 0/5] Replace data type declarations with variables of same  types in several source files. Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-10-16 21:00 +0200

#1501414 — Re: [PATCH 0/5] Replace data type declarations with variables of same types in several source files.

FromAlexander Alemayhu <alexander@alemayhu.com>
Date2016-10-16 10:30 +0200
SubjectRe: [PATCH 0/5] Replace data type declarations with variables of same types in several source files.
Message-ID<ssOZr-3nb-5@gated-at.bofh.it>
On Mon, Oct 10, 2016 at 04:02:17PM +0200, Sergio Paracuellos wrote:
> This patch series replaces several sizeof(struct XXX) stuff in favour 
> of sizeof(var) which is the preferred one.
>

Why not squash this series into one patch? The commit messages are fairly
similar and the changes are focused into one area. Would be better with one
commit, IMO.

-- 
Mit freundlichen Grüßen

Alexander Alemayhu

[toc] | [next] | [standalone]


#1501551 — Re: [PATCH 0/5] Replace data type declarations with variables of same types in several source files.

FromSergio Paracuellos <sergio.paracuellos@gmail.com>
Date2016-10-16 21:00 +0200
SubjectRe: [PATCH 0/5] Replace data type declarations with variables of same types in several source files.
Message-ID<ssYP7-181-13@gated-at.bofh.it>
In reply to#1501414

El 2016年10月16日 a las 10:24, Alexander Alemayhu escribió:
> On Mon, Oct 10, 2016 at 04:02:17PM +0200, Sergio Paracuellos wrote:
>> This patch series replaces several sizeof(struct XXX) stuff in favour
>> of sizeof(var) which is the preferred one.
>>
>
> Why not squash this series into one patch? The commit messages are fairly
> similar and the changes are focused into one area. Would be better with one
> commit, IMO.
>

Commit messages are similar but applies to different files. That was the 
reason of sending the patchset and not only one patch. If it had been 
better to send only one patch please, let me know to be correct next 
time. The patchset seems that has been already added to the staging branch.

Thanks in advance.

Cheers,
	Sergio Paracuellos

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web