]> xenbits.xensource.com Git - people/liuw/mini-os.git/commitdiff
Fix emacs local variable block to use correct C style variable.
authorDavid Vrabel <david.vrabel@citrix.com>
Thu, 21 Feb 2013 16:12:46 +0000 (16:12 +0000)
committerKeir <keir.xen@gmail.com>
Thu, 21 Feb 2013 16:12:46 +0000 (16:12 +0000)
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
events.c
include/wait.h
include/waittypes.h
lib/xmalloc.c
sched.c

index 2f359a54e7c811e486674a590453b8e929ceeba5..896c36565cf616c6abb0f10fddea89fd3c55f75f 100644 (file)
--- a/events.c
+++ b/events.c
@@ -261,7 +261,7 @@ int evtchn_bind_interdomain(domid_t pal, evtchn_port_t remote_port,
 /*
  * Local variables:
  * mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
  * c-basic-offset: 4
  * tab-width: 4
  * indent-tabs-mode: nil
index bffa3c444ce561d71d7c94bedf7590913dd24ccc..ecbe396df525a25e8cf90aa308cfd5f0197b724e 100644 (file)
@@ -97,7 +97,7 @@ static inline void wake_up(struct wait_queue_head *head)
 /*
  * Local variables:
  * mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
  * c-basic-offset: 4
  * tab-width: 4
  * indent-tabs-mode: nil
index 78d91c154294b355d1194564e1a21efa9a73f1d1..42a4786c45167ec4e49860e801cd18be05d84905 100644 (file)
@@ -24,7 +24,7 @@ MINIOS_STAILQ_HEAD(wait_queue_head, struct wait_queue);
 /*
  * Local variables:
  * mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
  * c-basic-offset: 4
  * tab-width: 4
  * indent-tabs-mode: nil
index 23e367d3d64c5cc98093ca71bc47419185040c96..e16f161a66e8725d62524eec5bc33a6425ad5ef5 100644 (file)
@@ -311,7 +311,7 @@ void free(void *ptr)
 /*
  * 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/sched.c b/sched.c
index 2d27bfaa97c2ab32cb98549fe7261dcc12188d45..5ac5c1ccd8ab295c0fa0fc085b3ba137ee443902 100644 (file)
--- a/sched.c
+++ b/sched.c
@@ -293,7 +293,7 @@ void init_sched(void)
 /*
  * Local variables:
  * mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
  * c-basic-offset: 4
  * tab-width: 4
  * indent-tabs-mode: nil