[CRIU] [PATCH 10/16] util-net: Zeroify structures
Cyrill Gorcunov
gorcunov at openvz.org
Tue Feb 14 07:22:10 EST 2012
On Tue, Feb 14, 2012 at 03:50:16PM +0400, Andrew Vagin wrote:
> >
> > - data.iov_base = &dummy;
> > - data.iov_len = sizeof(dummy);
> > + data.iov_base = &dummy;
> > + data.iov_len = sizeof(dummy);
> It's not correlated with the commit message.
>
Sigh. I seem to align multiple assignments automatically already.
Andrew, can we live with it? I havnt pusted this series into master
but I can redo and split this patch if needed.
Cyrill
More information about the CRIU
mailing list