Here's a git-patch so you can easily fix it: ---  OvmfPkg/IoMmuDxe/IoMmuBuffer.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvmfPkg/IoMmuDxe/IoMmuBuffer.c b/OvmfPkg/IoMmuDxe/IoMmuBuffer.c index 2764c35044ac..d66763263784 100644 --- a/OvmfPkg/IoMmuDxe/IoMmuBuffer.c +++ b/OvmfPkg/IoMmuDxe/IoMmuBuffer.c @@ -434,7 +434,7 @@ IoMmuFreeBounceBuffer (        mReservedMemBitmap,        mReservedMemBitmap & ((UINT32)(~MapInfo->ReservedMemBitmap))        )); -    MapInfo->PlainTextAddress  = 0; +    MapInfo->PlainTextAddress = 0;      ClearReservedMemBit (MapInfo->ReservedMemBitmap);      MapInfo->ReservedMemBitmap = 0;    } -- On 8/28/2023 11:16 AM, Mike Maslenkin wrote: > Hello! > > https://dev.azure.com/tianocore/edk2-ci/_build/results?buildId=100301&view=ms.vss-test-web.build-test-results-tab&runId=877528&resultId=100006&paneView=attachments > > Uncrustify found formatting errors in IoMmuDxe/IoMmuBuffer.c > See Standard_Error_Output.log in "attachments" > > It doesn't like two spaces at assignment > MapInfo->PlainTextAddress_ _= 0; > > Best Regards, > Mike > > > On Mon, Aug 28, 2023 at 8:58 PM Ard Biesheuvel wrote: >> Could someone please explain to me how I can figure out why this PR >> was rejected by the CI? >> >> https://github.com/tianocore/edk2/pull/4763 >> >> >> >> >> > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108062): https://edk2.groups.io/g/devel/message/108062 Mute This Topic: https://groups.io/mt/101015386/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-