diff mbox

qdev: move comment

Message ID 1254856672-21978-1-git-send-email-kraxel@redhat.com
State Accepted
Headers show

Commit Message

Gerd Hoffmann Oct. 6, 2009, 7:17 p.m. UTC
Move comment back next to main_system_bus to avoid confusion.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/qdev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/hw/qdev.c b/hw/qdev.c
index 96cf411..cc8071e 100644
--- a/hw/qdev.c
+++ b/hw/qdev.c
@@ -30,9 +30,9 @@ 
 #include "sysemu.h"
 #include "monitor.h"
 
-/* This is a nasty hack to allow passing a NULL bus to qdev_create.  */
 static int qdev_hotplug = 0;
 
+/* This is a nasty hack to allow passing a NULL bus to qdev_create.  */
 static BusState *main_system_bus;
 
 static DeviceInfo *device_info_list;