mirror of https://github.com/acidanthera/audk.git
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
|
||||
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
|
||||
|
||||
@par Reference(s):
|
||||
|
@ -107,7 +107,7 @@ GET_OBJECT_LIST (
|
|||
@param [in] DeviceHandlePci Pointer to the PCI Device Handle.
|
||||
|
||||
@retval BDF value corresponding to the PCI Device Handle.
|
||||
*/
|
||||
**/
|
||||
STATIC
|
||||
UINT16
|
||||
GetBdf (
|
||||
|
|
Loading…
Reference in New Issue