aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging
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 /tools/xenpaging
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 'tools/xenpaging')
-rw-r--r--tools/xenpaging/file_ops.c2
-rw-r--r--tools/xenpaging/file_ops.h2
-rw-r--r--tools/xenpaging/pagein.c2
-rw-r--r--tools/xenpaging/policy.h2
-rw-r--r--tools/xenpaging/policy_default.c2
-rw-r--r--tools/xenpaging/xenpaging.c2
-rw-r--r--tools/xenpaging/xenpaging.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/tools/xenpaging/file_ops.c b/tools/xenpaging/file_ops.c
index 9351e168bd..9bc14b1651 100644
--- a/tools/xenpaging/file_ops.c
+++ b/tools/xenpaging/file_ops.c
@@ -65,7 +65,7 @@ int write_page(int fd, void *page, int i)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* indent-tabs-mode: nil
* End:
diff --git a/tools/xenpaging/file_ops.h b/tools/xenpaging/file_ops.h
index 081063d234..53c9b6e77a 100644
--- a/tools/xenpaging/file_ops.h
+++ b/tools/xenpaging/file_ops.h
@@ -35,7 +35,7 @@ int write_page(int fd, void *page, int i);
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* indent-tabs-mode: nil
* End:
diff --git a/tools/xenpaging/pagein.c b/tools/xenpaging/pagein.c
index fe84b3cca9..b3bcef7101 100644
--- a/tools/xenpaging/pagein.c
+++ b/tools/xenpaging/pagein.c
@@ -73,7 +73,7 @@ void create_page_in_thread(struct xenpaging *paging)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* indent-tabs-mode: nil
* End:
diff --git a/tools/xenpaging/policy.h b/tools/xenpaging/policy.h
index 9bb5558c8f..455931a91e 100644
--- a/tools/xenpaging/policy.h
+++ b/tools/xenpaging/policy.h
@@ -41,7 +41,7 @@ void policy_notify_dropped(unsigned long gfn);
/*
* 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/tools/xenpaging/policy_default.c b/tools/xenpaging/policy_default.c
index 4648456031..99cd5f8abb 100644
--- a/tools/xenpaging/policy_default.c
+++ b/tools/xenpaging/policy_default.c
@@ -179,7 +179,7 @@ void policy_notify_dropped(unsigned long gfn)
/*
* 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/tools/xenpaging/xenpaging.c b/tools/xenpaging/xenpaging.c
index 090e775d00..5ef2f09160 100644
--- a/tools/xenpaging/xenpaging.c
+++ b/tools/xenpaging/xenpaging.c
@@ -1076,7 +1076,7 @@ int main(int argc, char *argv[])
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* indent-tabs-mode: nil
* End:
diff --git a/tools/xenpaging/xenpaging.h b/tools/xenpaging/xenpaging.h
index 5a300c755c..877db2f86e 100644
--- a/tools/xenpaging/xenpaging.h
+++ b/tools/xenpaging/xenpaging.h
@@ -74,7 +74,7 @@ extern void page_in_trigger(void);
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* tab-width: 4
* indent-tabs-mode: nil