From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK8Hc-0000rO-Oj for qemu-devel@nongnu.org; Fri, 05 Oct 2012 09:49:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK8HT-00018h-DH for qemu-devel@nongnu.org; Fri, 05 Oct 2012 09:49:40 -0400 Date: Fri, 5 Oct 2012 15:49:28 +0200 From: Stefan Hajnoczi Message-ID: <20121005134928.GI10951@stefanha-thinkpad.redhat.com> References: <1349378133-25644-1-git-send-email-ehabkost@redhat.com> <1349378133-25644-2-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1349378133-25644-2-git-send-email-ehabkost@redhat.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [RFC 01/13] qdev: kill bogus comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Anthony Liguori , Paolo Bonzini , Igor Mammedov , Andreas =?iso-8859-1?Q?F=E4rber?= On Thu, Oct 04, 2012 at 04:15:21PM -0300, Eduardo Habkost wrote: > When the DeviceInfo code was removed, the comment describing > qdev_subclass_init() was left in the code by mistake. Remove it. > > Cc: qemu-trivial@nongnu.org > Signed-off-by: Eduardo Habkost > --- > hw/qdev.c | 1 - > 1 file changed, 1 deletion(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan