* [Qemu-devel] [PATCH] pci_bridge: drop formatting from source
@ 2013-03-06 16:51 Michael S. Tsirkin
2013-03-06 17:19 ` Alex Williamson
0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2013-03-06 16:51 UTC (permalink / raw)
To: qemu-devel; +Cc: Alex Williamson
We use the same formatting for all files, it
doesn't make sense to have formatting directives only
in pci bridge header.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
hw/pci/pci_bridge.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/hw/pci/pci_bridge.h b/hw/pci/pci_bridge.h
index 9d25c1b..e549b78 100644
--- a/hw/pci/pci_bridge.h
+++ b/hw/pci/pci_bridge.h
@@ -63,11 +63,3 @@ void pci_bridge_map_irq(PCIBridge *br, const char* bus_name,
#define PCI_BRIDGE_CTL_DISCARD_SERR 0x800 /* Discard timer SERR# enable */
#endif /* QEMU_PCI_BRIDGE_H */
-/*
- * Local variables:
- * c-indent-level: 4
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tab-mode: nil
- * End:
- */
--
MST
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] pci_bridge: drop formatting from source
2013-03-06 16:51 [Qemu-devel] [PATCH] pci_bridge: drop formatting from source Michael S. Tsirkin
@ 2013-03-06 17:19 ` Alex Williamson
0 siblings, 0 replies; 2+ messages in thread
From: Alex Williamson @ 2013-03-06 17:19 UTC (permalink / raw)
To: Michael S. Tsirkin; +Cc: qemu-devel
On Wed, 2013-03-06 at 18:51 +0200, Michael S. Tsirkin wrote:
> We use the same formatting for all files, it
> doesn't make sense to have formatting directives only
> in pci bridge header.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> hw/pci/pci_bridge.h | 8 --------
> 1 file changed, 8 deletions(-)
>
> diff --git a/hw/pci/pci_bridge.h b/hw/pci/pci_bridge.h
> index 9d25c1b..e549b78 100644
> --- a/hw/pci/pci_bridge.h
> +++ b/hw/pci/pci_bridge.h
> @@ -63,11 +63,3 @@ void pci_bridge_map_irq(PCIBridge *br, const char* bus_name,
> #define PCI_BRIDGE_CTL_DISCARD_SERR 0x800 /* Discard timer SERR# enable */
>
> #endif /* QEMU_PCI_BRIDGE_H */
> -/*
> - * Local variables:
> - * c-indent-level: 4
> - * c-basic-offset: 4
> - * tab-width: 8
> - * indent-tab-mode: nil
> - * End:
> - */
Remove them from hw/ioh3420.c and hw/xio3130_*.c while you're at it.
Thanks,
Alex
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-06 17:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06 16:51 [Qemu-devel] [PATCH] pci_bridge: drop formatting from source Michael S. Tsirkin
2013-03-06 17:19 ` Alex Williamson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).