]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update inappropriate comments.
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 17 Feb 2011 00:45:08 +0000 (00:45 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 17 Feb 2011 00:45:08 +0000 (00:45 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11322 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/SmmPeriodicSmiLib.h
MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c

index efdff6f44caef7d50427d2b79adfd66bfe286d4c..dfdb5ebeb62a0180916f2e30f4c0bcbf06f47c60 100644 (file)
@@ -110,7 +110,7 @@ VOID
 /**\r
   This function enables a periodic SMI handler.\r
   \r
-  @param[in,out] DispatchHandle    A pointer to the handle associated with the \r
+  @param[in, out] DispatchHandle   A pointer to the handle associated with the \r
                                    enabled periodic SMI handler.  This is an \r
                                    optional parameter that may be NULL.  If it is \r
                                    NULL, then the handle will not be returned, \r
index a941d75e5f1e6bb095a15d4624fb37b00d8d1dab..af456e922c6d623b1b106c914e5b0d75e750ba13 100644 (file)
@@ -687,7 +687,7 @@ PeriodicSmiDispatchFunctionOnCpu (
   released to notify the CPU that is running the SMM Foundation that the periodic\r
   SMI handler execution has finished its execution.\r
 \r
-  @param[in] Buffer  A pointer to the context for the periodic SMI handler.\r
+  @param[in, out] Buffer  A pointer to the context for the periodic SMI handler.\r
 \r
 **/\r
 VOID\r
@@ -722,10 +722,10 @@ PeriodicSmiDispatchFunctionWithLock (
                                  SmiHandlerRegister().\r
   @param[in]     Context         Points to an optional handler context which was \r
                                  specified when the handler was registered.\r
-  @param[in,out] CommBuffer      A pointer to a collection of data in memory that\r
+  @param[in, out] CommBuffer     A pointer to a collection of data in memory that\r
                                  will be conveyed from a non-SMM environment into \r
                                  an SMM environment.\r
-  @param[in,out] CommBufferSize  The size of the CommBuffer.\r
+  @param[in, out] CommBufferSize The size of the CommBuffer.\r
 \r
   @retval EFI_SUCCESS                         The interrupt was handled and quiesced.\r
                                               No other handlers should still be called.\r
@@ -841,7 +841,7 @@ PeriodicSmiDispatchFunction (
 /**\r
   This function enables a periodic SMI handler.\r
   \r
-  @param[in,out] DispatchHandle    A pointer to the handle associated with the \r
+  @param[in, out] DispatchHandle   A pointer to the handle associated with the \r
                                    enabled periodic SMI handler.  This is an \r
                                    optional parameter that may be NULL.  If it is \r
                                    NULL, then the handle will not be returned, \r