summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/SmmPeriodicSmiLib
diff options
context:
space:
mode:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-17 00:45:08 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-17 00:45:08 +0000
commitba319b960e4a6d63c0c296389baf43a1627a3b03 (patch)
treef218fdd7fcaf389ce9eae1454e111570549d976f /MdePkg/Library/SmmPeriodicSmiLib
parent92063c4e5547a067ba9362e523986b34b25b91b5 (diff)
downloadedk2-ba319b960e4a6d63c0c296389baf43a1627a3b03.tar.gz
edk2-ba319b960e4a6d63c0c296389baf43a1627a3b03.tar.bz2
edk2-ba319b960e4a6d63c0c296389baf43a1627a3b03.zip
Update inappropriate comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11322 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/SmmPeriodicSmiLib')
-rw-r--r--MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c b/MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c
index a941d75e5f..af456e922c 100644
--- a/MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c
+++ b/MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c
@@ -687,7 +687,7 @@ PeriodicSmiDispatchFunctionOnCpu (
released to notify the CPU that is running the SMM Foundation that the periodic
SMI handler execution has finished its execution.
- @param[in] Buffer A pointer to the context for the periodic SMI handler.
+ @param[in, out] Buffer A pointer to the context for the periodic SMI handler.
**/
VOID
@@ -722,10 +722,10 @@ PeriodicSmiDispatchFunctionWithLock (
SmiHandlerRegister().
@param[in] Context Points to an optional handler context which was
specified when the handler was registered.
- @param[in,out] CommBuffer A pointer to a collection of data in memory that
+ @param[in, out] CommBuffer A pointer to a collection of data in memory that
will be conveyed from a non-SMM environment into
an SMM environment.
- @param[in,out] CommBufferSize The size of the CommBuffer.
+ @param[in, out] CommBufferSize The size of the CommBuffer.
@retval EFI_SUCCESS The interrupt was handled and quiesced.
No other handlers should still be called.
@@ -841,7 +841,7 @@ PeriodicSmiDispatchFunction (
/**
This function enables a periodic SMI handler.
- @param[in,out] DispatchHandle A pointer to the handle associated with the
+ @param[in, out] DispatchHandle A pointer to the handle associated with the
enabled periodic SMI handler. This is an
optional parameter that may be NULL. If it is
NULL, then the handle will not be returned,