Re: [PATCH v6] coccinelle: Improve checking for missing NULL terminators

2015-10-26 Thread Michal Marek
Dne 23.10.2015 v 21:35 Julia Lawall napsal(a): > Acked-by: Julia Lawall > > On Fri, 23 Oct 2015, Daniel Granat wrote: > >> * Extend checking on tables containing structures which are >> initialized without specifying member name. Added new tables >> for checking: i2c_device_id and platform_d

Re: [PATCH v6] coccinelle: Improve checking for missing NULL terminators

2015-10-23 Thread Julia Lawall
Acked-by: Julia Lawall On Fri, 23 Oct 2015, Daniel Granat wrote: > * Extend checking on tables containing structures which are > initialized without specifying member name. Added new tables > for checking: i2c_device_id and platform_device_id. > > Signed-off-by: Daniel Granat > --- > scri

[PATCH v6] coccinelle: Improve checking for missing NULL terminators

2015-10-23 Thread Daniel Granat
* Extend checking on tables containing structures which are initialized without specifying member name. Added new tables for checking: i2c_device_id and platform_device_id. Signed-off-by: Daniel Granat --- scripts/coccinelle/misc/of_table.cocci | 33 - 1 file

[PATCH v6] coccinelle: Improve checking for missing NULL terminators

2015-06-26 Thread Daniel Granat
Extend checking on tables containing structures which are initialized without specifying member name. Added new tables for checking: i2c_device_id and platform_device_id. Signed-off-by: Daniel Granat Acked-by: Julia Lawall --- scripts/coccinelle/misc/of_table.cocci | 33