aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/vmx
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2013-02-21 16:12:46 +0000
committerKeir <keir.xen@gmail.com>2013-02-21 16:12:46 +0000
commit82639998a5f2afce55990c387dfdf06e032803e6 (patch)
tree2ab4b1cb664f5ea5d641f1c4ee23cebef8f002b2 /xen/arch/x86/hvm/vmx
parenta15d87475ed95840dba693ab0a56d0b48a215cbc (diff)
downloadxen-82639998a5f2afce55990c387dfdf06e032803e6.tar.gz
xen-82639998a5f2afce55990c387dfdf06e032803e6.tar.bz2
xen-82639998a5f2afce55990c387dfdf06e032803e6.zip
Fix emacs local variable block to use correct C style variable.
The emacs variable to set the C style from a local variable block is c-file-style, not c-set-style. Signed-off-by: David Vrabel <david.vrabel@citrix.com
Diffstat (limited to 'xen/arch/x86/hvm/vmx')
-rw-r--r--xen/arch/x86/hvm/vmx/intr.c2
-rw-r--r--xen/arch/x86/hvm/vmx/vmcs.c2
-rw-r--r--xen/arch/x86/hvm/vmx/vmx.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/xen/arch/x86/hvm/vmx/intr.c b/xen/arch/x86/hvm/vmx/intr.c
index 20d127a664..e376f3c4ee 100644
--- a/xen/arch/x86/hvm/vmx/intr.c
+++ b/xen/arch/x86/hvm/vmx/intr.c
@@ -333,7 +333,7 @@ void vmx_intr_assist(void)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* tab-width: 4
* indent-tabs-mode: nil
diff --git a/xen/arch/x86/hvm/vmx/vmcs.c b/xen/arch/x86/hvm/vmx/vmcs.c
index a320fbd327..9926ffbb41 100644
--- a/xen/arch/x86/hvm/vmx/vmcs.c
+++ b/xen/arch/x86/hvm/vmx/vmcs.c
@@ -1485,7 +1485,7 @@ void setup_vmcs_dump(void)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* tab-width: 4
* indent-tabs-mode: nil
diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c
index 9a5be75258..53789286ce 100644
--- a/xen/arch/x86/hvm/vmx/vmx.c
+++ b/xen/arch/x86/hvm/vmx/vmx.c
@@ -2819,7 +2819,7 @@ void vmx_vmenter_helper(void)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* tab-width: 4
* indent-tabs-mode: nil