]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/SwapAddressRange.h
Make comments align.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / SwapAddressRange.h
index 0aff5835a464ae9da46f219a77fe1315eb19dda7..046b9a5872e2053953cd9e5331cb6c30a4fec7b6 100644 (file)
@@ -44,11 +44,11 @@ typedef UINT8 EFI_SWAP_LOCK_CAPABILITY;
   The EFI_GET_RANGE_LOCATION service allows caller to get the range location of \r
   boot block and backup block. \r
 \r
-  @param This          Indicates the calling context.  \r
+  @param This                    Indicates the calling context.  \r
   @param BootBlockBase         Base address of current boot block.\r
   @param BootBlockSize         Size (in bytes) of current boot block.\r
-  @param BackupBlockBase               Base address of current backup block.\r
-  @param BackupBlockSize               Size (in bytes) of current backup block.\r
+  @param BackupBlockBase       Base address of current backup block.\r
+  @param BackupBlockSize       Size (in bytes) of current backup block.\r
 \r
   @retval EFI_SUCCESS  The call was successful.\r
     \r
@@ -68,9 +68,9 @@ EFI_STATUS
 \r
   The EFI_GET_SWAP_STATE service allows caller to get current swap state of boot block and backup block.\r
 \r
-  @param This          Indicates the calling context.  \r
+  @param This                Indicates the calling context.  \r
   @param SwapState             True if the boot block and backup block has been swapped. \r
-                                   False if the boot block and backup block has not been swapped.\r
+                      False if the boot block and backup block has not been swapped.\r
 \r
   @retval EFI_SUCCESS  The call was successful.\r
     \r
@@ -89,7 +89,7 @@ EFI_STATUS
   It also acquires and releases software swap lock during operation. Note the setting of new swap state \r
   is not affected by the old swap state.\r
 \r
-  @param This          Indicates the calling context.  \r
+  @param This                  Indicates the calling context.  \r
   @param NewSwapState          True to swap real boot block and backup block , False to swap them back..\r
 \r
   @retval EFI_SUCCESS  The call was successful.\r
@@ -113,7 +113,7 @@ EFI_STATUS
   has been removed or failed, this means the swap status was lost in some platform (such as IA32). \r
   So it is recommended to check RTC power status before calling GetSwapState().\r
 \r
-  @param This   Indicates the calling context.  \r
+  @param This             Indicates the calling context.  \r
   @param RtcPowerFailed   True if a RTC (Real Time Clock) power failure has happened.\r
 \r
   @retval EFI_SUCCESS The call was successful.\r
@@ -132,7 +132,7 @@ EFI_STATUS
   The EFI_GET_SWAP_LOCK_CAPABILITY service allows caller to get supported lock method for swap operation in current platform. \r
   Note that software and hardware lock mothod can be used simultaneously.\r
 \r
-  @param This   Indicates the calling context.\r
+  @param This             Indicates the calling context.\r
   @param LockCapability                Current lock method for swap operation. \r
 \r
   @retval EFI_SUCCESS The call was successful.\r
@@ -153,9 +153,9 @@ EFI_STATUS
   The EFI_GET_SWAP_LOCK_CAPABILITY service allows caller to get supported lock method for swap operation in current platform. \r
   Note that software and hardware lock mothod can be used simultaneously.\r
 \r
-  @param This    Indicates the calling context.\r
+  @param This              Indicates the calling context.\r
   @param LockCapability    Indicates which lock to acquire or release.\r
-  @param NewLockState            True to acquire lock, False to release lock.\r
+  @param NewLockState      True to acquire lock, False to release lock.\r
 \r
   @retval EFI_SUCCESS The call was successful.\r
     \r