From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXsWZ-0007Gf-Td for qemu-devel@nongnu.org; Tue, 06 Dec 2011 05:45:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RXsWU-0002UY-4r for qemu-devel@nongnu.org; Tue, 06 Dec 2011 05:45:23 -0500 Date: Tue, 6 Dec 2011 10:45:00 +0000 From: Stefan Hajnoczi Message-ID: <20111206104500.GD10165@stefanha-thinkpad.localdomain> References: <1323114854-28049-1-git-send-email-areis@redhat.com> <4EDD3C35.4060509@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EDD3C35.4060509@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] memory: minor documentation fixes/enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial , Avi Kivity , qemu-devel@nongnu.org, Ademar de Souza Reis Jr On Mon, Dec 05, 2011 at 10:48:37PM +0100, Stefan Weil wrote: > Am 05.12.2011 20:54, schrieb Ademar de Souza Reis Jr: > >Fix typos and minor documentation errors in both memory.h and > >docs/memory.txt. > > > >Also add missing documentation formatting tags to transaction > >functions. > > > >Signed-off-by: Ademar de Souza Reis Jr > >--- > > docs/memory.txt | 6 +++--- > > memory.h | 38 ++++++++++++++++++++++---------------- > > 2 files changed, 25 insertions(+), 19 deletions(-) Thanks, applied to the trivial-patches -next tree. Stefan