summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Variable
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2019-02-01 14:01:59 +0800
committerLiming Gao <liming.gao@intel.com>2019-02-02 21:41:38 +0800
commit44289eeafdf12bc1e7a50221f10760b466a7e987 (patch)
treec8b1a710127349bf71682e2eff2ae60a4aba350d /MdeModulePkg/Universal/Variable
parente98212cb5d59fff8f385d9179ad7f1a3ce9cf215 (diff)
downloadedk2-44289eeafdf12bc1e7a50221f10760b466a7e987.tar.gz
edk2-44289eeafdf12bc1e7a50221f10760b466a7e987.tar.bz2
edk2-44289eeafdf12bc1e7a50221f10760b466a7e987.zip
MdeModulePkg: Fix coding style issues
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1479 Fix issues that reported by Edk2 coding style check tool(ECC) that: Comment description should end with period '.' Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao Wu <hao.a.wu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'MdeModulePkg/Universal/Variable')
-rw-r--r--MdeModulePkg/Universal/Variable/RuntimeDxe/PrivilegePolymorphic.h4
-rw-r--r--MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.c6
-rw-r--r--MdeModulePkg/Universal/Variable/RuntimeDxe/VariableTraditionalMm.c4
3 files changed, 7 insertions, 7 deletions
diff --git a/MdeModulePkg/Universal/Variable/RuntimeDxe/PrivilegePolymorphic.h b/MdeModulePkg/Universal/Variable/RuntimeDxe/PrivilegePolymorphic.h
index 0a886558f4..9b294e6b36 100644
--- a/MdeModulePkg/Universal/Variable/RuntimeDxe/PrivilegePolymorphic.h
+++ b/MdeModulePkg/Universal/Variable/RuntimeDxe/PrivilegePolymorphic.h
@@ -98,7 +98,7 @@ VariableSpeculationBarrier (
);
/**
- Notify the system that the SMM variable driver is ready
+ Notify the system that the SMM variable driver is ready.
**/
VOID
VariableNotifySmmReady (
@@ -106,7 +106,7 @@ VariableNotifySmmReady (
);
/**
- Notify the system that the SMM variable write driver is ready
+ Notify the system that the SMM variable write driver is ready.
**/
VOID
VariableNotifySmmWriteReady (
diff --git a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.c b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.c
index 1e87ccfb5d..2eed038054 100644
--- a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.c
+++ b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.c
@@ -38,7 +38,7 @@ VariableSmmIsBufferOutsideSmmValid (
}
/**
- Notify the system that the SMM variable driver is ready
+ Notify the system that the SMM variable driver is ready.
**/
VOID
VariableNotifySmmReady (
@@ -48,7 +48,7 @@ VariableNotifySmmReady (
}
/**
- Notify the system that the SMM variable write driver is ready
+ Notify the system that the SMM variable write driver is ready.
**/
VOID
VariableNotifySmmWriteReady (
@@ -58,7 +58,7 @@ VariableNotifySmmWriteReady (
}
/**
- Variable service MM driver entry point
+ Variable service MM driver entry point.
@param[in] ImageHandle A handle for the image that is initializing this
driver
diff --git a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableTraditionalMm.c b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableTraditionalMm.c
index 84f2d12b58..42e2c63c3a 100644
--- a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableTraditionalMm.c
+++ b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableTraditionalMm.c
@@ -40,7 +40,7 @@ VariableSmmIsBufferOutsideSmmValid (
}
/**
- Notify the system that the SMM variable driver is ready
+ Notify the system that the SMM variable driver is ready.
**/
VOID
VariableNotifySmmReady (
@@ -61,7 +61,7 @@ VariableNotifySmmReady (
}
/**
- Notify the system that the SMM variable write driver is ready
+ Notify the system that the SMM variable write driver is ready.
**/
VOID
VariableNotifySmmWriteReady (