diff options
author | Qiu Shumin <shumin.qiu@intel.com> | 2015-06-09 03:24:06 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-06-09 03:24:06 +0000 |
commit | 9d58ab0923a2fbd856cbe2ac5fadf3ce57ebc953 (patch) | |
tree | b8b8a13bed4d2e609ca7b531b993d365c7f7d8f1 /MdeModulePkg/Universal | |
parent | bfe37a77e09335fce423170ad470dc1117b80c38 (diff) | |
download | edk2-platforms-9d58ab0923a2fbd856cbe2ac5fadf3ce57ebc953.tar.xz |
MdeModulePkg: Refine the comments format for PropertiesTable.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jiewen Yao <Jiewen.Yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17589 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal')
-rw-r--r-- | MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.c | 2 | ||||
-rw-r--r-- | MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.inf | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.c b/MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.c index 12e45667df..8d17a03795 100644 --- a/MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.c +++ b/MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.c @@ -1,4 +1,4 @@ -/**@file
+/** @file
This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.
This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType
diff --git a/MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.inf b/MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.inf index 7b3025a784..3f699f6b5a 100644 --- a/MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.inf +++ b/MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.inf @@ -1,5 +1,4 @@ ## @file
-#
# This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.
#
# This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType
|