Re: [PATCH] fix itnull.cocci warnings

2017-01-12 Thread Herbert Xu
On Sat, Jan 07, 2017 at 10:46:17AM +0100, Julia Lawall wrote: > The first argument to list_for_each_entry cannot be NULL. > > Generated by: scripts/coccinelle/iterators/itnull.cocci > > CC: Harsh Jain > Signed-off-by: Julia Lawall > Signed-off-by: Fengguang Wu > --- > > This code comes from t

[PATCH] fix itnull.cocci warnings

2017-01-07 Thread Julia Lawall
The first argument to list_for_each_entry cannot be NULL. Generated by: scripts/coccinelle/iterators/itnull.cocci CC: Harsh Jain Signed-off-by: Julia Lawall Signed-off-by: Fengguang Wu --- This code comes from the following git tree: url: https://github.com/0day-ci/linux/commits/Harsh-Jain/c