From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932553AbbD0I7i (ORCPT ); Mon, 27 Apr 2015 04:59:38 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:56205 "EHLO e06smtp12.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932118AbbD0I7f (ORCPT ); Mon, 27 Apr 2015 04:59:35 -0400 Date: Mon, 27 Apr 2015 10:59:26 +0200 From: Michael Mueller To: Christian Borntraeger Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, Eduardo Habkost , Gleb Natapov , Alexander Graf , Daniel Hansel , "Jason J. Herne" , Cornelia Huck , Paolo Bonzini , Richard Henderson , Andreas Faerber Subject: Re: [Qemu-devel] [PATCH v5 09/17] target-s390x: Define S390 CPU model specific facility lists Message-ID: <20150427105926.3aec0c8f@bee> In-Reply-To: <553DEF3C.7080408@de.ibm.com> References: <1428933396-37887-1-git-send-email-mimu@linux.vnet.ibm.com> <1428933396-37887-10-git-send-email-mimu@linux.vnet.ibm.com> <553DEF3C.7080408@de.ibm.com> Organization: IBM X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15042708-0009-0000-0000-000003F709BC Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 27 Apr 2015 10:11:40 +0200 Christian Borntraeger wrote: > Am 13.04.2015 um 15:56 schrieb Michael Mueller: > > --- a/target-s390x/cpu-models.c > > +++ b/target-s390x/cpu-models.c > > > @@ -76,3 +87,4 @@ S390_PROC_DEF("2827-ga1", CPU_S390_2827_GA1, "IBM zEnterprise EC12 GA1") > > S390_PROC_DEF("2827-ga2", CPU_S390_2827_GA2, "IBM zEnterprise EC12 GA2") > > S390_PROC_DEF("2828-ga1", CPU_S390_2828_GA1, "IBM zEnterprise BC12 GA1") > > S390_PROC_DEF("2964-ga1", CPU_S390_2964_GA1, "IBM z13 GA1") > > + > > Blank line at end of file, git am also complains: > > Applying: target-s390x: Define S390 CPU model specific facility lists > /home/cborntra/REPOS/qemu/.git/rebase-apply/patch:54: new blank line at EOF. > + > warning: 1 line adds whitespace errors. I will address this here and in the next patch, checkpatch does not seem to catch that.