From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web11.10516.1583325911231065958 for ; Wed, 04 Mar 2020 04:45:11 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=gslripz0; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583325910; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/Y2OrhiSdIeWIrckE/B7I7VcNHO/n9g36NWw+27LM/Q=; b=gslripz0wqKZY+uC2hZcRX+1KHGdRHBBPiZmoQ7FaKrctm6NyhOh1NBS3E/boid5JZnPi5 CetarWkr9Fyh6WE7dkSVgy/VRVZgDBWWx/pKf3nC5tUM8dRGQOOBjf78+mNOltVYQ3D/ck 6wx7paMY4x2H4jgrmspAgD/4pd3Ggoo= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-252-A84GNeOjP8iOvhzm03auSg-1; Wed, 04 Mar 2020 07:45:04 -0500 X-MC-Unique: A84GNeOjP8iOvhzm03auSg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 623DADB60; Wed, 4 Mar 2020 12:45:03 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-59.ams2.redhat.com [10.36.117.59]) by smtp.corp.redhat.com (Postfix) with ESMTP id 58CC891D74; Wed, 4 Mar 2020 12:45:02 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/3] Arm*Pkg: convert LFs to CRLF, expand hard TABs From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Ard Biesheuvel , Leif Lindholm , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Reply-To: devel@edk2.groups.io, lersek@redhat.com References: <20200227213903.13884-1-lersek@redhat.com> Message-ID: Date: Wed, 4 Mar 2020 13:45:01 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200227213903.13884-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/27/20 22:39, Laszlo Ersek wrote: > Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1659 > Repo: https://github.com/lersek/edk2.git > Branch: crlf_bz_1659 >=20 > Future patches for some Arm*Pkg source files would either introduce CRLF > lines into LF files, or add more LF lines. The first would increase > inconsistency, the second would make "PatchCheck.py" yell. Convert these > files to CRLF uniformly (and while at it, expand hard TABS, because > "PatchCheck.py" catches those too). >=20 > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Cc: Philippe Mathieu-Daud=C3=A9 >=20 > Thanks, > Laszlo >=20 > Laszlo Ersek (3): > ArmPkg: convert LFs to CRLF, expand hard TABs > ArmVirtPkg: convert LFs to CRLF > ArmPlatformPkg: convert LFs to CRLF, expand hard TABs >=20 > ArmPkg/Library/ArmSmcLibNull/ArmSmcLibNull.c | 32 +- > ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.c | 566 ++++++++--------- > ArmPkg/Library/CompilerIntrinsicsLib/memset.c | 110 ++-- > ArmPkg/Library/GccLto/liblto-aarch64.s | 42 +- > ArmPkg/Library/GccLto/liblto-arm.s | 110 ++-- > ArmPlatformPkg/Scripts/Ds5/profile.py | 656 ++++++++++-------= --- > ArmVirtPkg/Include/Platform/Hidden.h | 44 +- > 7 files changed, 780 insertions(+), 780 deletions(-) >=20 Merged as commit range 1158fc8e2c7b..e63d54db9526, via . Thanks Laszlo