Resending the previous change; and also in the following repo:- https://github.com/ashrafj/edk2-staging/commit/dcc3bec4b0b40895834909500e3c82465693cadc
Thanks Ashraf > -----Original Message----- > From: [email protected] <[email protected]> On Behalf Of Javeed, > Ashraf > Sent: Friday, January 10, 2020 11:24 AM > To: [email protected] > Cc: Kinney, Michael D <[email protected]>; Gao, Liming > <[email protected]>; Ni, Ray <[email protected]> > Subject: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH] > MdePkg/Protocols: Code Syntax correction > > Signed-off-by: Ashraf Javeed <[email protected]> > Cc: Michael D Kinney <[email protected]> > Cc: Liming Gao <[email protected]> > Cc: Ray Ni <[email protected]> > --- > --- > MdePkg/Include/Protocol/PciExpressPlatform.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MdePkg/Include/Protocol/PciExpressPlatform.h > b/MdePkg/Include/Protocol/PciExpressPlatform.h > index 8a28418..dc58268 100644 > --- a/MdePkg/Include/Protocol/PciExpressPlatform.h > +++ b/MdePkg/Include/Protocol/PciExpressPlatform.h > @@ -643,11 +643,11 @@ typedef struct { > **/ > typedef > EFI_STATUS > -(EFIAPI * EFI_PCI_EXPRESS_GET_POLICY) { > +(EFIAPI * EFI_PCI_EXPRESS_GET_POLICY) ( > IN CONST EFI_PCI_EXPRESS_PLATFORM_PROTOCOL *This, > IN UINTN Size, > IN OUT EFI_PCI_EXPRESS_PLATFORM_POLICY *PlatformPolicy > -}; > +); > > /// > /// This protocol provides the interface between the PCI bus driver/PCI Host > -- > 2.21.0.windows.1 > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#53132): https://edk2.groups.io/g/devel/message/53132 Mute This Topic: https://groups.io/mt/69595802/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
