Re: [Xen-devel] [PATCH] pdx: correct indentation
On 06/12/17 16:19, Jan Beulich wrote: > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel
[Xen-devel] [PATCH] pdx: correct indentation
Signed-off-by: Jan Beulich --- a/xen/common/pdx.c +++ b/xen/common/pdx.c @@ -42,19 +42,20 @@ bool __mfn_valid(unsigned long mfn) /* Sets all bits from the most-significant 1-bit down to the LSB */ static u64 __init fill_mask(u64 mask) { -while (mask & (mask + 1)) -mask