On Tue, Sep 15, 2015 at 07:13:16AM -0600, Jan Beulich wrote:
> >>> On 15.09.15 at 10:29, wrote:
> > --- a/xen/arch/x86/cpu/mcheck/mce.c
> > +++ b/xen/arch/x86/cpu/mcheck/mce.c
> > @@ -105,7 +105,7 @@ void x86_mce_callback_register(x86_mce_callback_t
> > cbfunc)
> > mc_callback_bank_extended
>>> On 15.09.15 at 10:29, wrote:
> --- a/xen/arch/x86/cpu/mcheck/mce.c
> +++ b/xen/arch/x86/cpu/mcheck/mce.c
> @@ -105,7 +105,7 @@ void x86_mce_callback_register(x86_mce_callback_t cbfunc)
> mc_callback_bank_extended = cbfunc;
> }
>
> -/* Machine check recoverable judgement callback handle
On 2015/09/15 10:29, Haozhong Zhang wrote:
> Remove trailing spaces and fix indentations in mce.c and xen-mca.h.
>
> Signed-off-by: Haozhong Zhang
Acked-by: Christoph Egger
> ---
> xen/arch/x86/cpu/mcheck/mce.c | 10 +-
> xen/include/public/arch-x86/xen-mca.h | 28
Remove trailing spaces and fix indentations in mce.c and xen-mca.h.
Signed-off-by: Haozhong Zhang
---
xen/arch/x86/cpu/mcheck/mce.c | 10 +-
xen/include/public/arch-x86/xen-mca.h | 28 ++--
2 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/x