* Re: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH] MdePkg/Protocols: Code Syntax correction
[not found] <15E870C19272A3BE.23004@groups.io>
@ 2020-01-10 6:00 ` Javeed, Ashraf
0 siblings, 0 replies; only message in thread
From: Javeed, Ashraf @ 2020-01-10 6:00 UTC (permalink / raw)
To: devel@edk2.groups.io, Javeed, Ashraf
Cc: Kinney, Michael D, Gao, Liming, Ni, Ray
Resending the previous change; and also in the following repo:-
https://github.com/ashrafj/edk2-staging/commit/dcc3bec4b0b40895834909500e3c82465693cadc
Thanks
Ashraf
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Javeed,
> Ashraf
> Sent: Friday, January 10, 2020 11:24 AM
> To: devel@edk2.groups.io
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming
> <liming.gao@intel.com>; Ni, Ray <ray.ni@intel.com>
> Subject: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH]
> MdePkg/Protocols: Code Syntax correction
>
> Signed-off-by: Ashraf Javeed <ashraf.javeed@intel.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> ---
> ---
> 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
>
>
>
^ permalink raw reply [flat|nested] only message in thread