From patchwork Tue Dec 18 16:51:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 207163 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F07BC2C0084 for ; Wed, 19 Dec 2012 04:45:12 +1100 (EST) Received: from localhost ([::1]:60716 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl0Ok-00035W-Uj for incoming@patchwork.ozlabs.org; Tue, 18 Dec 2012 11:52:06 -0500 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 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBIGpLFo013532 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 18 Dec 2012 11:51:21 -0500 Received: from localhost (ovpn-112-27.ams2.redhat.com [10.36.112.27]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qBIGpJZx030886; Tue, 18 Dec 2012 11:51:20 -0500 From: Stefan Hajnoczi To: 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> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Anthony Liguori Subject: [Qemu-devel] [PATCH 01/10] net, hub: fix the indent in the comments X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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) {