[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH Altp2m cleanup 2/3 v9 1/2] Move altp2m specific functions to altp2m files.
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@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|