From patchwork Fri Apr 6 07:52:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wanpeng Li X-Patchwork-Id: 151102 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 249D3B7018 for ; Fri, 6 Apr 2012 17:53:01 +1000 (EST) Received: from localhost ([::1]:35952 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SG3yS-0007b4-Rp for incoming@patchwork.ozlabs.org; Fri, 06 Apr 2012 03:52:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SG3yI-0007aY-8q for qemu-devel@nongnu.org; Fri, 06 Apr 2012 03:52:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SG3yG-0001oa-LA for qemu-devel@nongnu.org; Fri, 06 Apr 2012 03:52:37 -0400 Received: from e23smtp04.au.ibm.com ([202.81.31.146]:59394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SG3yG-0001o7-3N for qemu-devel@nongnu.org; Fri, 06 Apr 2012 03:52:36 -0400 Received: from /spool/local by e23smtp04.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 6 Apr 2012 07:34:28 +1000 Received: from d23relay03.au.ibm.com (202.81.31.245) by e23smtp04.au.ibm.com (202.81.31.210) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 6 Apr 2012 07:34:27 +1000 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q367qCFr946248 for ; Fri, 6 Apr 2012 17:52:13 +1000 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q367qCvd021740 for ; Fri, 6 Apr 2012 17:52:12 +1000 Received: from localhost ([9.123.236.97]) by d23av01.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q367qB0b021716; Fri, 6 Apr 2012 17:52:12 +1000 From: Wanpeng Li To: Paolo Bonzini , Kevin Wolf , David Gibson , Anthony Liguori , Gerd Hoffmann Date: Fri, 6 Apr 2012 15:52:09 +0800 Message-Id: <1333698729-19195-1-git-send-email-liwp@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.5.4 x-cbid: 12040521-9264-0000-0000-000001306E70 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 202.81.31.146 Cc: Qemu-devel , Wanpeng Li Subject: [Qemu-devel] [PATCH] remove useless comments in dma 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 This comment is useless, just removes it and makes the codes clear. Signed-off-by: Wanpeng Li --- dma.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dma.h b/dma.h index 20e86d2..5bd1fc8 100644 --- a/dma.h +++ b/dma.h @@ -11,7 +11,6 @@ #define DMA_H #include -//#include "cpu.h" #include "hw/hw.h" #include "block.h"