DynamicTablesPkg: AcpiSratLibArm fix ECC error
Fix the following ECC reported error in AcpiSratLibArm. - [9002] The function headers should follow Doxygen special documentation blocks in section 2.3.5 Comment does NOT have tail **/ Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
This commit is contained in:
parent
324931009e
commit
e4dfb2ffa3
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
SRAT Table Generator
|
SRAT Table Generator
|
||||||
|
|
||||||
Copyright (c) 2019 - 2020, ARM Limited. All rights reserved.
|
Copyright (c) 2019 - 2020, Arm Limited. All rights reserved.
|
||||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
|
|
||||||
@par Reference(s):
|
@par Reference(s):
|
||||||
|
@ -107,7 +107,7 @@ GET_OBJECT_LIST (
|
||||||
@param [in] DeviceHandlePci Pointer to the PCI Device Handle.
|
@param [in] DeviceHandlePci Pointer to the PCI Device Handle.
|
||||||
|
|
||||||
@retval BDF value corresponding to the PCI Device Handle.
|
@retval BDF value corresponding to the PCI Device Handle.
|
||||||
*/
|
**/
|
||||||
STATIC
|
STATIC
|
||||||
UINT16
|
UINT16
|
||||||
GetBdf (
|
GetBdf (
|
||||||
|
|
Loading…
Reference in New Issue