From 6e9e19aa8417ac01d7e0f281aba3520713ac7944 Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Mon, 19 Dec 2016 09:46:01 +0800 Subject: [PATCH] IntelSiliconPkg: Fix format issues 1. Fix doxygen formt 2. Fix Guid format Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Jiewen Yao --- .../Include/IndustryStandard/FirmwareInterfaceTable.h | 2 +- IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h | 2 +- IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h | 2 +- .../Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h b/IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h index 39f20ea532..cdc080ba1b 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.
This program and the accompanying materials diff --git a/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h b/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h index b982d79fd1..bcb741f983 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.
This program and the accompanying materials diff --git a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h index fd6f813a94..5ce80a5be8 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. diff --git a/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf b/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf index afac26f61e..4fb2551303 100644 --- a/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf +++ b/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf @@ -37,7 +37,7 @@ HobLib UefiLib [Guids] -gIntelSmbiosDataHobGuid ## CONSUMES +gIntelSmbiosDataHobGuid ## CONSUMES ## GUID [Depex] gEfiSmbiosProtocolGuid -- 2.39.2