]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
x86: fix coding a style issue in asm-x86/traps.h
authorWei Liu <wei.liu2@citrix.com>
Thu, 8 Jun 2017 16:28:46 +0000 (17:28 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 23 Jun 2017 15:06:19 +0000 (16:06 +0100)
And add an emacs block.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/traps.h

index f1d2513e6bb914be639992688980df1322706c14..893b4dbe77d7afcedb561915f32d69a4e37817ae 100644 (file)
@@ -44,7 +44,7 @@ extern int guest_has_trap_callback(struct domain *d, uint16_t vcpuid,
  * return 0 on successful delivery
  */
 extern int send_guest_trap(struct domain *d, uint16_t vcpuid,
-                               unsigned int trap_nr);
+                           unsigned int trap_nr);
 
 uint32_t guest_io_read(unsigned int port, unsigned int bytes,
                        struct domain *);
@@ -54,3 +54,13 @@ void guest_io_write(unsigned int port, unsigned int bytes, uint32_t data,
 const char *trapstr(unsigned int trapnr);
 
 #endif /* ASM_TRAP_H */
+
+/*
+ * Local variables:
+ * mode: C
+ * c-file-style: "BSD"
+ * c-basic-offset: 4
+ * tab-width: 4
+ * indent-tabs-mode: nil
+ * End:
+ */