From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl0O5-00027p-4C for qemu-devel@nongnu.org; Tue, 18 Dec 2012 11:51:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl0O1-0005Np-W1 for qemu-devel@nongnu.org; Tue, 18 Dec 2012 11:51:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl0O1-0005Nb-Of for qemu-devel@nongnu.org; Tue, 18 Dec 2012 11:51:21 -0500 From: Stefan Hajnoczi Date: Tue, 18 Dec 2012 17:51:08 +0100 Message-Id: <1355849477-1226-2-git-send-email-stefanha@redhat.com> In-Reply-To: <1355849477-1226-1-git-send-email-stefanha@redhat.com> References: <1355849477-1226-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 01/10] net, hub: fix the indent in the comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori From: Zhi Yong Wu Remove some redundant blanks in the comments of net_hub_id_for_client(). Signed-off-by: Zhi Yong Wu Signed-off-by: Stefan Hajnoczi --- net/hub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/hub.c b/net/hub.c index be41301..3b2d1ff 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) { -- 1.8.0.2