1. Fix doxygen formt
2. Fix Guid format

Cc: Jiewen Yao <jiewen....@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan...@intel.com>
---
 IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h   | 2 +-
 IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h      | 2 +-
 IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h              | 2 +-
 IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.c   | 2 +-
 IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h 
b/IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h
index 39f20ea..cdc080b 100644
--- a/IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h
+++ b/IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h
@@ -1,9 +1,9 @@
 /** @file
   FirmwareInterfaceTable (FIT) related definitions.
 
-  @todo: update document/spec reference
+  @todo update document/spec reference
 
   Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD 
License
   which accompanies this distribution.  The full text of the license may be 
found at
diff --git a/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h 
b/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h
index b982d79..bcb741f 100644
--- a/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h
+++ b/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h
@@ -1,9 +1,9 @@
 /** @file
   Intel Firmware Version Info (FVI) related definitions.
 
-  @todo: update document/spec reference
+  @todo update document/spec reference
 
   Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD 
License
   which accompanies this distribution.  The full text of the license may be 
found at
diff --git a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h 
b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
index fd6f813..5ce80a5 100644
--- a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
+++ b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
@@ -29,11 +29,11 @@
 /**
   OpRegion structures:
   Sub-structures define the different parts of the OpRegion followed by the
   main structure representing the entire OpRegion.
 
-  @note: These structures are packed to 1 byte offsets because the exact
+  @note These structures are packed to 1 byte offsets because the exact
   data location is required by the supporting design specification due to
   the fact that the data is used by ASL and Graphics driver code compiled
   separately.
 **/
 #pragma pack(1)
diff --git a/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.c 
b/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.c
index 8d513e0..facab9a 100644
--- a/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.c
+++ b/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.c
@@ -28,11 +28,11 @@
 #include <Protocol/Smbios.h>
 
 /**
 
   Get the full size of SMBIOS structure including optional strings that follow 
the formatted structure.
-  @note: This function is copy from SmbiosDxe in MdeModulePkg.
+  @note This function is copy from SmbiosDxe in MdeModulePkg.
 
   @param[in] This                 The EFI_SMBIOS_PROTOCOL instance.
   @param[in] Head                 Pointer to the beginning of SMBIOS structure.
   @param[out] Size                The returned size.
   @param[out] NumberOfStrings     The returned number of optional strings that 
follow the formatted structure.
diff --git 
a/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf 
b/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf
index afac26f..4fb2551 100644
--- a/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf
+++ b/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf
@@ -35,10 +35,10 @@ [LibraryClasses]
 BaseLib
 HobLib
 UefiLib
 
 [Guids]
-gIntelSmbiosDataHobGuid ## CONSUMES
+gIntelSmbiosDataHobGuid ## CONSUMES   ## GUID
 
 [Depex]
 gEfiSmbiosProtocolGuid
 
-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to