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 7034B1A1E0A for ; Sun, 11 Sep 2016 23:49:54 -0700 (PDT) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (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 03BE543A2C; Mon, 12 Sep 2016 06:49:54 +0000 (UTC) Received: from [10.36.116.40] (ovpn-116-40.ams2.redhat.com [10.36.116.40]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8C6npn5026988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Sep 2016 02:49:52 -0400 To: Laszlo Ersek , edk2-devel-01 References: <20160909232840.2353-1-lersek@redhat.com> <20160909232840.2353-3-lersek@redhat.com> Cc: Jordan Justen From: Thomas Huth Message-ID: <6f70919c-e885-7579-c0e1-cc3bc6e65d44@redhat.com> Date: Mon, 12 Sep 2016 08:49:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 MIME-Version: 1.0 In-Reply-To: <20160909232840.2353-3-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 12 Sep 2016 06:49:54 +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 06:49:54 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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