diff mbox

[PULL,18/21] mac_world: Break long line

Message ID 1442673810-2679-19-git-send-email-afaerber@suse.de
State New
Headers show

Commit Message

Andreas Färber Sept. 19, 2015, 2:43 p.m. UTC
From: Eduardo Habkost <ehabkost@redhat.com>

Coding style change only.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 hw/ppc/mac_oldworld.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Andreas Färber Sept. 19, 2015, 3:14 p.m. UTC | #1
Am 19.09.2015 um 16:43 schrieb Andreas Färber:
> From: Eduardo Habkost <ehabkost@redhat.com>
> 
> Coding style change only.
> 
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  hw/ppc/mac_oldworld.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Subject should've been mac_oldworld... not worth a respin on its own.

Andreas
diff mbox

Patch

diff --git a/hw/ppc/mac_oldworld.c b/hw/ppc/mac_oldworld.c
index 1e4b55a..4c5fe46 100644
--- a/hw/ppc/mac_oldworld.c
+++ b/hw/ppc/mac_oldworld.c
@@ -365,7 +365,8 @@  static QEMUMachine heathrow_machine = {
 #ifndef TARGET_PPC64
     .is_default = 1,
 #endif
-    .default_boot_order = "cd", /* TOFIX "cad" when Mac floppy is implemented */
+    /* TOFIX "cad" when Mac floppy is implemented */
+    .default_boot_order = "cd",
     .kvm_type = heathrow_kvm_type,
 };