On Tue, Oct 11, 2016 at 03:20:49PM -0400, Konrad Rzeszutek Wilk wrote: > On Tue, Oct 11, 2016 at 10:41:24AM -0700, Paul Lai wrote: [snip] > > + > > + for ( i = 0; i < MAX_ALTP2M; i++ ) > > + { > > + rc = p2m_alloc_table(d->arch.altp2m_p2m[i]); > > + if ( rc != 0 ) { > > { should be on its own line. > > And you can also do: > if ( rc ) > { > ...
Thanks... I caught 2-3 like this before sending this out, but... Will respin. -Paul _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel