]> git.proxmox.com Git - mirror_edk2.git/commitdiff
FatPkg: Fix format issues in dec/inf/dsc files
authorDandan Bi <dandan.bi@intel.com>
Thu, 8 Dec 2016 09:09:59 +0000 (17:09 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Fri, 9 Dec 2016 03:02:10 +0000 (11:02 +0800)
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
FatPkg/EnhancedFatDxe/Fat.inf
FatPkg/FatPei/FatPei.inf
FatPkg/FatPkg.dec
FatPkg/FatPkg.dsc

index 158f34c2caf1d0df2ea5b11d264296ad36158eaf..e7044cda6cab55e297ca24f5bef3d2a36b0b2c62 100644 (file)
@@ -1,5 +1,5 @@
 ## @file\r
 ## @file\r
-#  Component description file for FAT module.\r
+#  Component Description File for FAT module.\r
 #\r
 #  This UEFI driver detects the FAT file system in the disk.\r
 #  It also produces the Simple File System protocol for the consumer to\r
 #\r
 #  This UEFI driver detects the FAT file system in the disk.\r
 #  It also produces the Simple File System protocol for the consumer to\r
index 1409e28e4f51ee1b67c57089d9016ef02f8c12fb..273f72da2f4ef509a3d5e4c0db75af1a0a024e58 100644 (file)
@@ -61,9 +61,9 @@
 \r
 \r
 [Ppis]\r
 \r
 \r
 [Ppis]\r
-  gEfiPeiVirtualBlockIoPpiGuid                  # PPI_NOTIFY SOMETIMES_CONSUMED\r
-  gEfiPeiVirtualBlockIo2PpiGuid                 # PPI_NOTIFY SOMETIMES_CONSUMED\r
-  gEfiPeiDeviceRecoveryModulePpiGuid            # SOMETIMES_PRODUCED\r
+  gEfiPeiVirtualBlockIoPpiGuid                  ## SOMETIMES_CONSUMES PPI_NOTIFY\r
+  gEfiPeiVirtualBlockIo2PpiGuid                 ## SOMETIMES_CONSUMES PPI_NOTIFY\r
+  gEfiPeiDeviceRecoveryModulePpiGuid            ## SOMETIMES_PRODUCES\r
 \r
 \r
 [FeaturePcd]\r
 \r
 \r
 [FeaturePcd]\r
index e898d951f113b65f8795d91de3996f04fd1b2e6f..8bdddb18657cf6a0e28e049379708ff6d211996d 100644 (file)
@@ -1,5 +1,4 @@
 ## @file\r
 ## @file\r
-#\r
 #  FAT Package\r
 #\r
 #  FAT 32 Driver\r
 #  FAT Package\r
 #\r
 #  FAT 32 Driver\r
index d6541204549ffbf4977d1c28e47f803336709617..841201c2459c9a1d6c782b2f71abbb18cb1f8744 100644 (file)
@@ -1,6 +1,5 @@
 ## @file\r
 ## @file\r
-#\r
-#  Build Binary Enhanced Fat Driver Modules\r
+#  Build Binary Enhanced Fat Driver Modules.\r
 #\r
 #  This Platform file is used to generate the Binary Fat Drivers\r
 #  for EDK II Prime release.\r
 #\r
 #  This Platform file is used to generate the Binary Fat Drivers\r
 #  for EDK II Prime release.\r