From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnrYv-00088v-Sh for qemu-devel@nongnu.org; Sun, 18 Oct 2015 13:16:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnrYq-0004a9-ON for qemu-devel@nongnu.org; Sun, 18 Oct 2015 13:16:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnrYq-0004a5-HG for qemu-devel@nongnu.org; Sun, 18 Oct 2015 13:15:56 -0400 Date: Sun, 18 Oct 2015 20:15:51 +0300 From: "Michael S. Tsirkin" Message-ID: <20151018171551.GA9847@redhat.com> References: <1445216059-88521-1-git-send-email-guangrong.xiao@linux.intel.com> <1445216059-88521-24-git-send-email-guangrong.xiao@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445216059-88521-24-git-send-email-guangrong.xiao@linux.intel.com> Subject: Re: [Qemu-devel] [PATCH v4 23/33] nvdimm acpi: init the address region used by NVDIMM ACPI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xiao Guangrong Cc: ehabkost@redhat.com, kvm@vger.kernel.org, gleb@kernel.org, mtosatti@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, imammedo@redhat.com, pbonzini@redhat.com, dan.j.williams@intel.com, rth@twiddle.net On Mon, Oct 19, 2015 at 08:54:09AM +0800, Xiao Guangrong wrote: > +typedef struct nfit_spa nfit_spa; There are still multiple coding style violations. Pls fix all code to match coding style. I commented on this before.