[NET]: Forget the zero_it argument of sk_alloc()
authorPavel Emelyanov <xemul@openvz.org>
Thu, 1 Nov 2007 07:39:31 +0000 (00:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Nov 2007 07:39:31 +0000 (00:39 -0700)
Finally, the zero_it argument can be completely removed from
the callers and from the function prototype.

Besides, fix the checkpatch.pl warnings about using the
assignments inside if-s.

This patch is rather big, and it is a part of the previous one.
I splitted it wishing to make the patches more readable. Hope
this particular split helped.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found