From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiMHS-0007AF-ER for qemu-devel@nongnu.org; Tue, 11 Dec 2012 04:37:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiMHO-0001Ob-DD for qemu-devel@nongnu.org; Tue, 11 Dec 2012 04:37:38 -0500 Date: Tue, 11 Dec 2012 10:37:24 +0100 From: Stefan Hajnoczi Message-ID: <20121211093724.GB796@stefanha-thinkpad.muc.redhat.com> References: <1354844598-14092-1-git-send-email-zwu.kernel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1354844598-14092-1-git-send-email-zwu.kernel@gmail.com> Subject: Re: [Qemu-devel] [PATCH] net, hub: fix the indent in the comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: zwu.kernel@gmail.com Cc: qemu-trivial@nongnu.org, Zhi Yong Wu , qemu-devel@nongnu.org, stefanha@redhat.com On Fri, Dec 07, 2012 at 09:43:18AM +0800, zwu.kernel@gmail.com wrote: > 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(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan