]> git.proxmox.com Git - qemu.git/commitdiff
net, hub: fix the indent in the comments
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Fri, 7 Dec 2012 01:43:18 +0000 (09:43 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 18 Dec 2012 15:48:37 +0000 (16:48 +0100)
  Remove some redundant blanks in the comments of
net_hub_id_for_client().

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
net/hub.c

index be413012bb72aedab5d08feadeb3d778355ad802..3b2d1ffcd2bfa95030767906b34fd4de759ba4e3 100644 (file)
--- a/net/hub.c
+++ b/net/hub.c
@@ -256,7 +256,7 @@ void net_hub_info(Monitor *mon)
 /**
  * Get the hub id that a client is connected to
  *
- * @id              Pointer for hub id output, may be NULL
+ * @id: Pointer for hub id output, may be NULL
  */
 int net_hub_id_for_client(NetClientState *nc, int *id)
 {