From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tgmyh-0000sS-QB for qemu-devel@nongnu.org; Thu, 06 Dec 2012 20:43:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tgmyg-000535-LO for qemu-devel@nongnu.org; Thu, 06 Dec 2012 20:43:47 -0500 Received: from e8.ny.us.ibm.com ([32.97.182.138]:44449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tgmyg-00052m-HH for qemu-devel@nongnu.org; Thu, 06 Dec 2012 20:43:46 -0500 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 6 Dec 2012 20:43:44 -0500 From: zwu.kernel@gmail.com Date: Fri, 7 Dec 2012 09:43:18 +0800 Message-Id: <1354844598-14092-1-git-send-email-zwu.kernel@gmail.com> Subject: [Qemu-devel] [PATCH] net, hub: fix the indent in the comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial@nongnu.org Cc: Zhi Yong Wu , qemu-devel@nongnu.org, stefanha@redhat.com From: Zhi Yong Wu Remove some redundant blanks in the comments of net_hub_id_for_client(). Signed-off-by: Zhi Yong Wu --- net/hub.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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.7.6.5