summaryrefslogtreecommitdiff
path: root/IntelSiliconPkg/Include
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2016-12-19 09:46:01 +0800
committerHao Wu <hao.a.wu@intel.com>2016-12-20 10:51:16 +0800
commit6e9e19aa8417ac01d7e0f281aba3520713ac7944 (patch)
tree37093f8ec6700660145a584535d58d3cacf1c0fc /IntelSiliconPkg/Include
parent149c10421894ec4c7dfe4e44784478be12b4862b (diff)
downloadedk2-6e9e19aa8417ac01d7e0f281aba3520713ac7944.zip
edk2-6e9e19aa8417ac01d7e0f281aba3520713ac7944.tar.gz
edk2-6e9e19aa8417ac01d7e0f281aba3520713ac7944.tar.bz2
IntelSiliconPkg: Fix format issues
1. Fix doxygen formt 2. Fix Guid format Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'IntelSiliconPkg/Include')
-rw-r--r--IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h2
-rw-r--r--IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h2
-rw-r--r--IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h2
3 files changed, 3 insertions, 3 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,7 +1,7 @@
/** @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
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,7 +1,7 @@
/** @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
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
@@ -31,7 +31,7 @@
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.