aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/passthrough
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/drivers/passthrough
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/drivers/passthrough')
-rw-r--r--xen/drivers/passthrough/iommu.c2
-rw-r--r--xen/drivers/passthrough/pci.c2
-rw-r--r--xen/drivers/passthrough/vtd/iommu.c2
-rw-r--r--xen/drivers/passthrough/vtd/utils.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/xen/drivers/passthrough/iommu.c b/xen/drivers/passthrough/iommu.c
index 69c3552309..c1d3c122e3 100644
--- a/xen/drivers/passthrough/iommu.c
+++ b/xen/drivers/passthrough/iommu.c
@@ -746,7 +746,7 @@ static void iommu_dump_p2m_table(unsigned char key)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* indent-tabs-mode: nil
* End:
diff --git a/xen/drivers/passthrough/pci.c b/xen/drivers/passthrough/pci.c
index 4f40691a6d..9635d93ad4 100644
--- a/xen/drivers/passthrough/pci.c
+++ b/xen/drivers/passthrough/pci.c
@@ -977,7 +977,7 @@ __initcall(setup_dump_pcidevs);
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* indent-tabs-mode: nil
* End:
diff --git a/xen/drivers/passthrough/vtd/iommu.c b/xen/drivers/passthrough/vtd/iommu.c
index da19ea7d6a..284e9f0f02 100644
--- a/xen/drivers/passthrough/vtd/iommu.c
+++ b/xen/drivers/passthrough/vtd/iommu.c
@@ -2425,7 +2425,7 @@ const struct iommu_ops intel_iommu_ops = {
/*
* 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/drivers/passthrough/vtd/utils.c b/xen/drivers/passthrough/vtd/utils.c
index b55ba8eb03..a33564bfdc 100644
--- a/xen/drivers/passthrough/vtd/utils.c
+++ b/xen/drivers/passthrough/vtd/utils.c
@@ -306,7 +306,7 @@ struct keyhandler dump_iommu_info_keyhandler = {
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* indent-tabs-mode: nil
* End: