]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commitdiff
Include local variables in all files currently missing them
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 15 Jan 2016 15:31:09 +0000 (15:31 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 15 Jan 2016 15:31:09 +0000 (15:31 +0000)
Correct some accidental introduction of tabs in arch/x86/link.lds.S

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/boot/head_hvm.S
arch/x86/boot/head_pv.S
arch/x86/entry_32.S
arch/x86/entry_64.S
arch/x86/hvm_pagetables.S
arch/x86/hypercall_page.S
arch/x86/link.lds.S
common/report.c
include/xen/errno.h
tests/swint-emulation/lowlevel.S

index b350799ecdc9c51069ba65d78acf39c317f83a5b..eaa80d5bfa436c9598d5a199d2427ae3e9c5a3b1 100644 (file)
@@ -75,3 +75,10 @@ SIZE(_start)
 
 main_err_msg: .asciz "xtf_main() returned\n"
 SIZE(main_err_msg)
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
index 078d6b85af704840a0abb700a4d5e40253c21fdf..9312fef64b45dc9469f559c087aa74116e425c03 100644 (file)
@@ -52,3 +52,10 @@ SIZE(_start)
 
 main_err_msg: .asciz "xtf_main() returned\n"
 SIZE(main_err_msg)
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
index 2b08b49115094c047e41d5609b4b0f5080bdd5b8..b36eee8799f100930ddbd04c0d3928b04d0b5386 100644 (file)
@@ -112,3 +112,10 @@ ENTRY(exec_user)                /* void (*fn)(void) */
 
         int $0x20               /* Return to kernel privilege. */
         ret
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
index 730ee5b5dd3cdfa24f713663e11a03e9c97f8dab..2fe5760540656a816bd0da304e90f9bdc5c59043 100644 (file)
@@ -125,3 +125,10 @@ ENTRY(exec_user)                /* void (*fn)(void) */
 
         int $0x20               /* Return to kernel privilege. */
         ret
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
index 0e078e02b76a466ec250d36b7b7d50d59dab2fca..cee0c1df1e5a8caa7003073de9db104042722184 100644 (file)
@@ -49,3 +49,10 @@ GLOBAL(l3_paemap)
         .long 0
         .endr
 SIZE(l3_paemap)
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
index f1a12e70dc086c01c85bd276cb9e9c4b34b0c05f..5e0b6dbe5c4a8d53e815dea3683bfd178c4fb311 100644 (file)
@@ -58,3 +58,10 @@ DECLARE_HYPERCALL(arch_4)
 DECLARE_HYPERCALL(arch_5)
 DECLARE_HYPERCALL(arch_6)
 DECLARE_HYPERCALL(arch_7)
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
index 75324f51a294702872b4eb8b8d805757ec95ff01..016bfe4ae11155b1250c6103d04b9e30a4fa22dc 100644 (file)
@@ -41,8 +41,8 @@ SECTIONS
                 *(.rodata)
                 *(.rodata.*)
 
-       . = ALIGN(8);
-       __start_ex_table = .;
+        . = ALIGN(8);
+        __start_ex_table = .;
                 *(.ex_table)
         __stop_ex_table = .;
         }
@@ -52,3 +52,10 @@ SECTIONS
                 *(.note.*)
         }
 }
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
index 9351c206ed6e243b730e73f2047e52b9287e6ab8..1aaf6e620508121de88d689de6b92d3f3db173cb 100644 (file)
@@ -94,3 +94,13 @@ void xtf_report_status(void)
            (warnings && (status == STATUS_SUCCESS)) ?
            " with warnings" : "");
 }
+
+/*
+ * Local variables:
+ * mode: C
+ * c-file-style: "BSD"
+ * c-basic-offset: 4
+ * tab-width: 4
+ * indent-tabs-mode: nil
+ * End:
+ */
index fe0cccf2ca8512f8cd0881a62830daf5ea531924..148ffb73746ce87e3136ec3cf835d0797413ffd7 100644 (file)
 #define ETIMEDOUT     110 /* Connection timed out */
 
 #endif /*  __XEN_PUBLIC_ERRNO_H__ */
+
+/*
+ * Local variables:
+ * mode: C
+ * c-file-style: "BSD"
+ * c-basic-offset: 4
+ * tab-width: 4
+ * indent-tabs-mode: nil
+ * End:
+ */
index a0856a6e8a62da1f0ba10805687f4b016487ad9d..5b3b204cf0a76c48ee5b9a50403f6f6c3d77ab39 100644 (file)
@@ -78,3 +78,10 @@ GEN_SEQUENCE int_0x1
 #ifdef __i386__
 GEN_SEQUENCE into
 #endif
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */