]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/FatPei/Part.c
FatPkg: Clean up source files
[mirror_edk2.git] / FatPkg / FatPei / Part.c
index 1c1b2896bf77c3b93d001192d70a4a62edd6f586..be185460f310914b35e4342bb672af0aed7d58ee 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
-  Routines supporting partition discovery and \r
+  Routines supporting partition discovery and\r
   logical device reading\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
 This program and the accompanying materials are licensed and made available\r
 under the terms and conditions of the BSD License which accompanies this\r
@@ -22,11 +22,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   This function finds Eltorito partitions. Main algorithm\r
   is ported from DXE partition driver.\r
 \r
-  @param  PrivateData       The global memory map \r
-  @param  ParentBlockDevNo  The parent block device \r
+  @param  PrivateData       The global memory map\r
+  @param  ParentBlockDevNo  The parent block device\r
 \r
-  @retval TRUE              New partitions are detected and logical block devices \r
-                            are  added to block device array \r
+  @retval TRUE              New partitions are detected and logical block devices\r
+                            are  added to block device array\r
   @retval FALSE             No New partitions are added;\r
 \r
 **/\r
@@ -40,11 +40,11 @@ FatFindEltoritoPartitions (
   This function finds Mbr partitions. Main algorithm\r
   is ported from DXE partition driver.\r
 \r
-  @param  PrivateData       The global memory map \r
-  @param  ParentBlockDevNo  The parent block device \r
+  @param  PrivateData       The global memory map\r
+  @param  ParentBlockDevNo  The parent block device\r
 \r
-  @retval TRUE              New partitions are detected and logical block devices \r
-                            are  added to block device array \r
+  @retval TRUE              New partitions are detected and logical block devices\r
+                            are  added to block device array\r
   @retval FALSE             No New partitions are added;\r
 \r
 **/\r
@@ -88,11 +88,11 @@ FatFindPartitions (
   This function finds Eltorito partitions. Main algorithm\r
   is ported from DXE partition driver.\r
 \r
-  @param  PrivateData       The global memory map \r
-  @param  ParentBlockDevNo  The parent block device \r
+  @param  PrivateData       The global memory map\r
+  @param  ParentBlockDevNo  The parent block device\r
 \r
-  @retval TRUE              New partitions are detected and logical block devices \r
-                            are  added to block device array \r
+  @retval TRUE              New partitions are detected and logical block devices\r
+                            are  added to block device array\r
   @retval FALSE             No New partitions are added;\r
 \r
 **/\r
@@ -309,10 +309,10 @@ FatFindEltoritoPartitions (
 /**\r
   Test to see if the Mbr buffer is a valid MBR\r
 \r
-  @param  Mbr               Parent Handle \r
-  @param  LastLba           Last Lba address on the device. \r
+  @param  Mbr               Parent Handle\r
+  @param  LastLba           Last Lba address on the device.\r
 \r
-  @retval TRUE              Mbr is a Valid MBR \r
+  @retval TRUE              Mbr is a Valid MBR\r
   @retval FALSE             Mbr is not a Valid MBR\r
 \r
 **/\r
@@ -384,11 +384,11 @@ PartitionValidMbr (
   This function finds Mbr partitions. Main algorithm\r
   is ported from DXE partition driver.\r
 \r
-  @param  PrivateData       The global memory map \r
-  @param  ParentBlockDevNo  The parent block device \r
+  @param  PrivateData       The global memory map\r
+  @param  ParentBlockDevNo  The parent block device\r
 \r
-  @retval TRUE              New partitions are detected and logical block devices \r
-                            are  added to block device array \r
+  @retval TRUE              New partitions are detected and logical block devices\r
+                            are  added to block device array\r
   @retval FALSE             No New partitions are added;\r
 \r
 **/\r