Re: [Xen-devel] [PATCH 01/19] x86/mce: fix indentation style in xen-mca.h and mce.h

2017-02-17 Thread Jan Beulich
>>> On 17.02.17 at 07:39, wrote: > Replace tab indentation by whitespace. > > Signed-off-by: Haozhong Zhang Acked-by: Jan Beulich with ... > @@ -345,8 +345,8 @@ struct xen_mc_fetch { > /* IN/OUT variables. */ > uint32_t flags; /* IN: XEN_MC_NONURGENT, XEN_MC_URGENT, >

[Xen-devel] [PATCH 01/19] x86/mce: fix indentation style in xen-mca.h and mce.h

2017-02-16 Thread Haozhong Zhang
Replace tab indentation by whitespace. Signed-off-by: Haozhong Zhang --- Cc: Christoph Egger Cc: Liu Jinsong Cc: Jan Beulich Cc: Andrew Cooper --- xen/arch/x86/cpu/mcheck/mce.h | 40 +-- xen/include/public/arch-x86/xen-mca.h | 24 ++---