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

2016-10-16 Thread Sergio Paracuellos
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

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

2016-10-16 Thread Alexander Alemayhu
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

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

2016-10-10 Thread Sergio Paracuellos
This patch series replaces several sizeof(struct XXX) stuff in favour of sizeof(var) which is the preferred one. Sergio Paracuellos (5): staging: wlan-ng: Replace data type declaration with variable of same type in cfg80211.c staging: wlan-ng: Replace data type declaration with variable o