From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id B33F37803CF for ; Tue, 14 Nov 2023 20:22:53 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=v9sbn8qKb5erc/gcEXUuSuNp1haK4TaEJUIppfLLIqw=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1699993372; v=1; b=YpwcU8VotkhqmE/cYTQRSM47amRvXtRbJ+Y/ZzxHWWYlYYGYA3ZvDz+W1XE/ZaE1TAuLCD9r RHJLQvlRw4v+TraoIysp2QHyAc/88kRmiIIKbfyv+VFNrzIxk6BDXiwoNoMPANgwcDGlAOiwoFB xlmqc+lWSgOwswg71uY0EgsE= X-Received: by 127.0.0.2 with SMTP id yfC9YY7687511xvv2g9uLM60; Tue, 14 Nov 2023 12:22:52 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.3584.1699993371525821707 for ; Tue, 14 Nov 2023 12:22:51 -0800 X-Received: from localhost.localdomain (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id 938DC20B74C1; Tue, 14 Nov 2023 12:22:49 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 938DC20B74C1 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Andrew Fish , Ard Biesheuvel , Corvin Kohne , Gerd Hoffmann , Jiewen Yao , Liming Gao , Michael D Kinney , Ray Ni , Rebecca Cran , Sean Brogan Subject: [edk2-devel] [PATCH v1 0/3] Update from Uncrustify 73.0.3 to 73.0.8 Date: Tue, 14 Nov 2023 15:22:23 -0500 Message-ID: <20231114202227.1765-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: jzdySrFtxuXWlkUk423QXttyx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=YpwcU8Vo; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: Michael Kubacki This patch series updates to 73.0.8 Uncrustify release which brings the following changes: - A fix for preventing endless indentation in struct assignment. - Updates to code areas impacted by the change. This currently updates 5 files in two packages - EmulatorPkg and OvmfPkg. - Includes Windows Arm, Linux Arm, and macOS builds. Note: After this patch series is merged, I plan to follow up with a patch to add a .git-blame-ignore-revs file that will include the commits that only contain Uncrustify formatting changes. GitHub ignores revisions specified in the file by default. Cc: Andrew Fish Cc: Ard Biesheuvel Cc: Corvin Kohne Cc: Gerd Hoffmann Cc: Jiewen Yao Cc: Liming Gao Cc: Michael D Kinney Cc: Ray Ni Cc: Rebecca Cran Cc: Sean Brogan Michael Kubacki (3): .pytool/UncrustifyCheck: Update to 73.0.8 EmulatorPkg: Format with Uncrustify 73.0.8 OvmfPkg: Format with Uncrustify 73.0.8 EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c |= 6 ++--- OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c |= 4 ++-- OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.c |= 24 ++++++++++---------- OvmfPkg/PlatformPei/MemTypeInfo.c |= 2 +- OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c |= 6 ++--- .pytool/Plugin/UncrustifyCheck/uncrustify_ext_dep.yaml |= 2 +- 6 files changed, 22 insertions(+), 22 deletions(-) --=20 2.42.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111215): https://edk2.groups.io/g/devel/message/111215 Mute This Topic: https://groups.io/mt/102591690/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-