]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c
Refine comments and two code style.
[mirror_edk2.git] / ShellPkg / Library / UefiShellCommandLib / ConsistMapping.c
index fc9b906ffdd53d9e1c5d1bb7e3a3a5a50f416d49..9fbcbb3eb2621f65333bb5a90963d0ff4c59e00a 100644 (file)
@@ -131,8 +131,8 @@ MTD_NAME  mMTDName[] = {
 /**\r
   Function to append a 64 bit number / 25 onto the string.\r
 \r
-  @param[in,out] Str          The string so append onto.\r
-  @param[in]     Num          The number to divide and append.\r
+  @param[in, out] Str          The string so append onto.\r
+  @param[in]      Num          The number to divide and append.\r
 \r
   @retval EFI_INVALID_PARAMETER   A parameter was NULL.\r
   @retval EFI_SUCCESS             The appending was successful.\r
@@ -163,8 +163,8 @@ AppendCSDNum2 (
 /**\r
   Function to append a 64 bit number onto the mapping info.\r
 \r
-  @param[in,out] MappingItem  The mapping info object to append onto.\r
-  @param[in]     Num          The info to append.\r
+  @param[in, out] MappingItem  The mapping info object to append onto.\r
+  @param[in]      Num          The info to append.\r
 \r
   @retval EFI_INVALID_PARAMETER   A parameter was NULL.\r
   @retval EFI_SUCCESS             The appending was successful.\r
@@ -194,8 +194,8 @@ AppendCSDNum (
 /**\r
   Function to append string into the mapping info.\r
 \r
-  @param[in,out] MappingItem  The mapping info object to append onto.\r
-  @param[in]     Str          The info to append.\r
+  @param[in, out] MappingItem  The mapping info object to append onto.\r
+  @param[in]      Str          The info to append.\r
 \r
   @retval EFI_INVALID_PARAMETER   A parameter was NULL.\r
   @retval EFI_SUCCESS             The appending was successful.\r
@@ -281,8 +281,8 @@ AppendCSDStr (
 /**\r
   Function to append a Guid to the mapping item.\r
 \r
-  @param[in,out] MappingItem  The item to append onto.\r
-  @param[in]     Guid         The guid to append.\r
+  @param[in, out] MappingItem  The item to append onto.\r
+  @param[in]      Guid         The guid to append.\r
 \r
   @retval EFI_SUCCESS           The appending operation was successful.\r
   @retval EFI_INVALID_PARAMETER A parameter was NULL.\r