Re: [Xen-devel] [PATCH v4 26/27] x86: fix coding a style issue in asm-x86/traps.h

2017-06-23 Thread Andrew Cooper
On 08/06/17 18:12, Wei Liu wrote: > And add an emacs block. > > Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [PATCH v4 26/27] x86: fix coding a style issue in asm-x86/traps.h

2017-06-08 Thread Wei Liu
And add an emacs block. Signed-off-by: Wei Liu --- xen/include/asm-x86/traps.h | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/xen/include/asm-x86/traps.h b/xen/include/asm-x86/traps.h index 8cf6105d8d..1ac6718257 100644 --- a/xen/include/asm-x86/traps.h +++ b/xe