projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8a826a
)
net, hub: fix the indent in the comments
author
Zhi Yong Wu
<wuzhy@linux.vnet.ibm.com>
Fri, 7 Dec 2012 01:43:18 +0000
(09:43 +0800)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/net/hub.c
b/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)
{