From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WoZjA-0001oy-Rn for mharc-qemu-trivial@gnu.org; Sun, 25 May 2014 10:48:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoZj3-0001g3-9l for qemu-trivial@nongnu.org; Sun, 25 May 2014 10:48:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoZix-0000kh-LA for qemu-trivial@nongnu.org; Sun, 25 May 2014 10:48:37 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:46127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoZim-0000im-Hu; Sun, 25 May 2014 10:48:20 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 5490F42E07; Sun, 25 May 2014 18:48:19 +0400 (MSK) Message-ID: <538202B3.10606@msgid.tls.msk.ru> Date: Sun, 25 May 2014 18:48:19 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: Le Tan References: <1400985853-25594-1-git-send-email-tamlokveer@gmail.com> <5381FE37.80904@web.de> <5381FFD4.8080107@msgid.tls.msk.ru> In-Reply-To: X-Enigmail-Version: 1.6 OpenPGP: id=804465C5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: Kevin Wolf , Peter Crosthwaite , qemu-trivial , qemu-devel , Jan Kiszka , Stefan Hajnoczi , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Subject: Re: [Qemu-trivial] [PATCH v3] block: replace fprintf(stderr, ...) with error_report() X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2014 14:48:43 -0000 25.05.2014 18:45, Le Tan wrote: > Oh, yes, I may misunderstood it. I just ran ./scripts/checkpatch.pl to > check files that I touched and fixed those I can fix. So I will send > the v4 of this patch which just fix the whitespace issues based on v2. > Is that right? Forgive my being naive. :) Please stop top-posting. I told you to use checkpatch against your _patches_, not against the files you touch.. ;) Thank you, /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoZis-0001dG-5h for qemu-devel@nongnu.org; Sun, 25 May 2014 10:48:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoZim-0000iq-Ow for qemu-devel@nongnu.org; Sun, 25 May 2014 10:48:26 -0400 Message-ID: <538202B3.10606@msgid.tls.msk.ru> Date: Sun, 25 May 2014 18:48:19 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1400985853-25594-1-git-send-email-tamlokveer@gmail.com> <5381FE37.80904@web.de> <5381FFD4.8080107@msgid.tls.msk.ru> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH v3] block: replace fprintf(stderr, ...) with error_report() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Le Tan Cc: Kevin Wolf , Peter Crosthwaite , qemu-trivial , qemu-devel , Jan Kiszka , Stefan Hajnoczi , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= 25.05.2014 18:45, Le Tan wrote: > Oh, yes, I may misunderstood it. I just ran ./scripts/checkpatch.pl to > check files that I touched and fixed those I can fix. So I will send > the v4 of this patch which just fix the whitespace issues based on v2. > Is that right? Forgive my being naive. :) Please stop top-posting. I told you to use checkpatch against your _patches_, not against the files you touch.. ;) Thank you, /mjt