qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 12/18] Drop Emacs local variables lists redundant wi


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 12/18] Drop Emacs local variables lists redundant with .dir-locals.el
Date: Wed, 29 Jun 2016 17:55:59 +0200

Signed-off-by: Markus Armbruster <address@hidden>
---
 hw/pci-bridge/ioh3420.c            |  9 ---------
 hw/pci-bridge/xio3130_downstream.c |  9 ---------
 hw/pci-bridge/xio3130_upstream.c   | 10 ----------
 include/qemu/acl.h                 |  8 --------
 monitor.c                          |  9 ---------
 util/acl.c                         |  9 ---------
 6 files changed, 54 deletions(-)

diff --git a/hw/pci-bridge/ioh3420.c b/hw/pci-bridge/ioh3420.c
index b4a7806..274a780 100644
--- a/hw/pci-bridge/ioh3420.c
+++ b/hw/pci-bridge/ioh3420.c
@@ -212,12 +212,3 @@ static void ioh3420_register_types(void)
 }
 
 type_init(ioh3420_register_types)
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- *  indent-tab-mode: nil
- * End:
- */
diff --git a/hw/pci-bridge/xio3130_downstream.c 
b/hw/pci-bridge/xio3130_downstream.c
index e6d653d..8b6ae60 100644
--- a/hw/pci-bridge/xio3130_downstream.c
+++ b/hw/pci-bridge/xio3130_downstream.c
@@ -199,12 +199,3 @@ static void xio3130_downstream_register_types(void)
 }
 
 type_init(xio3130_downstream_register_types)
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- *  indent-tab-mode: nil
- * End:
- */
diff --git a/hw/pci-bridge/xio3130_upstream.c b/hw/pci-bridge/xio3130_upstream.c
index d976844..cee26d6 100644
--- a/hw/pci-bridge/xio3130_upstream.c
+++ b/hw/pci-bridge/xio3130_upstream.c
@@ -170,13 +170,3 @@ static void xio3130_upstream_register_types(void)
 }
 
 type_init(xio3130_upstream_register_types)
-
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- *  indent-tab-mode: nil
- * End:
- */
diff --git a/include/qemu/acl.h b/include/qemu/acl.h
index 116487e..4a403b7 100644
--- a/include/qemu/acl.h
+++ b/include/qemu/acl.h
@@ -64,11 +64,3 @@ int qemu_acl_remove(qemu_acl *acl,
                    const char *match);
 
 #endif /* __QEMU_ACL_H__ */
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- * End:
- */
diff --git a/monitor.c b/monitor.c
index 6770c8c..1b8f023 100644
--- a/monitor.c
+++ b/monitor.c
@@ -4097,15 +4097,6 @@ static void sortcmdlist(void)
     qsort((void *)info_cmds, array_num, elem_size, compare_mon_cmd);
 }
 
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- * End:
- */
-
 /* These functions just adapt the readline interface in a typesafe way.  We
  * could cast function pointers but that discards compiler checks.
  */
diff --git a/util/acl.c b/util/acl.c
index 723b6a8..c105add 100644
--- a/util/acl.c
+++ b/util/acl.c
@@ -177,12 +177,3 @@ int qemu_acl_remove(qemu_acl *acl,
     }
     return -1;
 }
-
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- * End:
- */
-- 
2.5.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]