mirror of https://github.com/acidanthera/audk.git
MdeMoudlePkg/CapsulePei: Fix coding style issue
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1853 Remove API specifier AreCapsulesStaged and GetScatterGatherHeadEntries because they are internal used. Add space between function name and bracket. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Michael Turner <Michael.Turner@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Zhichao gao <zhichao.gao@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
27052c21c4
commit
0c52961538
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
Capsule update PEIM for UEFI2.0
|
Capsule update PEIM for UEFI2.0
|
||||||
|
|
||||||
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||||
Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
|
Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
|
||||||
|
|
||||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
|
@ -800,8 +800,7 @@ BuildMemoryResourceDescriptor (
|
||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
AreCapsulesStaged (
|
||||||
AreCapsulesStaged(
|
|
||||||
OUT BOOLEAN *UpdateCapsules
|
OUT BOOLEAN *UpdateCapsules
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
@ -865,8 +864,7 @@ AreCapsulesStaged(
|
||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
GetScatterGatherHeadEntries (
|
||||||
GetScatterGatherHeadEntries(
|
|
||||||
OUT UINTN *ListLength,
|
OUT UINTN *ListLength,
|
||||||
OUT EFI_PHYSICAL_ADDRESS **HeadList
|
OUT EFI_PHYSICAL_ADDRESS **HeadList
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue