From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC3JZ-0005VW-NC for qemu-devel@nongnu.org; Thu, 13 Sep 2012 02:54:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TC3JU-0005jf-4P for qemu-devel@nongnu.org; Thu, 13 Sep 2012 02:54:17 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:56998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC3JT-0005jW-Sy for qemu-devel@nongnu.org; Thu, 13 Sep 2012 02:54:12 -0400 Received: by weyz53 with SMTP id z53so1422784wey.4 for ; Wed, 12 Sep 2012 23:54:10 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1347349912-15611-1-git-send-email-qemulist@gmail.com> <1347349912-15611-2-git-send-email-qemulist@gmail.com> From: liu ping fan Date: Thu, 13 Sep 2012 14:53:50 +0800 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] [PATCH V3 01/11] atomic: introduce atomic operations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Jan Kiszka , Marcelo Tosatti , qemu-devel@nongnu.org, Avi Kivity , Anthony Liguori , Paolo Bonzini On Tue, Sep 11, 2012 at 4:15 PM, Peter Maydell wrote: > On 11 September 2012 08:51, Liu Ping Fan wrote: >> + >> +/** >> + * * atomic_inc - increment atomic variable >> + * * @v: pointer of type Atomic >> + * * >> + * * Atomically increments @v by 1. >> + * */ > > Your editor has done something weird with these comments. > Yes, will fix it. Thanx, pingfan > -- PMM