From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B008D1A1E0A for ; Mon, 12 Sep 2016 04:23:26 -0700 (PDT) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C73C652777; Mon, 12 Sep 2016 11:23:25 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-102.phx2.redhat.com [10.3.116.102]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8CBNOiw027466; Mon, 12 Sep 2016 07:23:24 -0400 To: Thomas Huth , edk2-devel-01 References: <20160909232840.2353-1-lersek@redhat.com> <20160909232840.2353-3-lersek@redhat.com> <6f70919c-e885-7579-c0e1-cc3bc6e65d44@redhat.com> Cc: Jordan Justen From: Laszlo Ersek Message-ID: <542c7b3a-24b8-b63a-17ad-97a124f7c425@redhat.com> Date: Mon, 12 Sep 2016 13:23:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <6f70919c-e885-7579-c0e1-cc3bc6e65d44@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 12 Sep 2016 11:23:25 +0000 (UTC) Subject: Re: [PATCH 2/3] OvmfPkg: convert C files with LF line terminators to CRLF X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 11:23:26 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 09/12/16 08:49, Thomas Huth wrote: > On 10.09.2016 01:28, Laszlo Ersek wrote: >> Run "unix2dos" on the affected files. "git show -b" produces no diff for >> this patch. >> >> Contributed-under: TianoCore Contribution Agreement 1.0 >> Signed-off-by: Laszlo Ersek >> Cc: Jordan Justen >> Cc: Thomas Huth >> --- >> OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.h | 122 +-- >> OvmfPkg/VirtioRngDxe/VirtioRng.h | 92 +- >> OvmfPkg/Library/NvVarsFileLib/FsAccess.c | 1034 ++++++++++---------- >> OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.c | 166 ++-- >> OvmfPkg/SmbiosPlatformDxe/X86Xen.c | 196 ++-- >> 5 files changed, 805 insertions(+), 805 deletions(-) > > Reviewed-by: Thomas Huth > Thank you guys, pushed as commit range 5654835bd138..8c0b0b34f787. Cheers Laszlo