diff options
| author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2012-12-07 09:43:18 +0800 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@redhat.com> | 2012-12-18 16:48:37 +0100 |
| commit | e103129b1b5746f8388b37d18317e61d6b139b69 (patch) | |
| tree | 710f80eae87c3f5c562f10bc5d7462bf0bcae481 /net/hub.c | |
| parent | a8a826a3c3b8c8a1c4def0e9e22b46e78e6163a0 (diff) | |
| download | focaccia-qemu-e103129b1b5746f8388b37d18317e61d6b139b69.tar.gz focaccia-qemu-e103129b1b5746f8388b37d18317e61d6b139b69.zip | |
net, hub: fix the indent in the comments
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>
Diffstat (limited to 'net/hub.c')
| -rw-r--r-- | net/hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hub.c b/net/hub.c index be413012bb..3b2d1ffcd2 100644 --- 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) { |