From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFlLF-0004HS-UZ for qemu-devel@nongnu.org; Fri, 29 Apr 2011 06:54:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFlLE-0004Gy-Vp for qemu-devel@nongnu.org; Fri, 29 Apr 2011 06:54:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFlLE-0004Gj-N4 for qemu-devel@nongnu.org; Fri, 29 Apr 2011 06:54:32 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3TAsVf1030177 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 29 Apr 2011 06:54:31 -0400 Message-ID: <4DBA9981.9050408@redhat.com> Date: Fri, 29 Apr 2011 12:57:05 +0200 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] atapi: Move comment to proper place List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu list Am 28.04.2011 16:34, schrieb Amit Shah: > Move misplaced comment for media_is_dvd() > > Signed-off-by: Amit Shah Thanks, applied both to the block branch. Kevin