diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2020-09-21 17:45:06 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-10-21 13:33:03 +0000 |
commit | e4dfb2ffa3bbc26fcfdc15e96bb5cd6eb7979da0 (patch) | |
tree | 3a88cd57f5e0285821bc194fd383a4b1820f41d2 /DynamicTablesPkg/Library | |
parent | 324931009e68b5019b2eafe57f3726825de01331 (diff) | |
download | edk2-e4dfb2ffa3bbc26fcfdc15e96bb5cd6eb7979da0.zip edk2-e4dfb2ffa3bbc26fcfdc15e96bb5cd6eb7979da0.tar.gz edk2-e4dfb2ffa3bbc26fcfdc15e96bb5cd6eb7979da0.tar.bz2 |
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>
Diffstat (limited to 'DynamicTablesPkg/Library')
-rw-r--r-- | DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/SratGenerator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/SratGenerator.c b/DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/SratGenerator.c index 6844bb4..453ca49 100644 --- a/DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/SratGenerator.c +++ b/DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/SratGenerator.c @@ -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 (
|