]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / IncompatiblePciDeviceSupportDxe / IncompatiblePciDeviceSupport.c
index da8daba87d80f26d9f69ebcd5dad8f99896183a5..6764a85dd135f322f22a3ed7e29b7657796650e4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This module is one template module for Incompatible PCI Device Support protocol.\r
   It includes one incompatible pci devices list template.\r
-  \r
+\r
   Incompatible PCI Device Support protocol allows the PCI bus driver to support\r
   resource allocation for some PCI devices that do not comply with the PCI Specification.\r
 \r
@@ -68,7 +68,7 @@ typedef struct {
                                 the configuration requirement.\r
 \r
   @retval EFI_SUCCESS           Successfully got ACPI resource for specified PCI device.\r
-  @retval EFI_INVALID_PARAMETER Configuration is NULL. \r
+  @retval EFI_INVALID_PARAMETER Configuration is NULL.\r
   @retval EFI_OUT_OF_RESOURCES  No memory available.\r
   @retval EFI_UNSUPPORTED       The specified PCI device wasn't supported.\r
 \r
@@ -233,7 +233,7 @@ IncompatiblePciDeviceSupportEntryPoint (
                                 the configuration requirement.\r
 \r
   @retval EFI_SUCCESS           Successfully got ACPI resource for specified PCI device.\r
-  @retval EFI_INVALID_PARAMETER Configuration is NULL. \r
+  @retval EFI_INVALID_PARAMETER Configuration is NULL.\r
   @retval EFI_OUT_OF_RESOURCES  No memory available.\r
   @retval EFI_UNSUPPORTED       The specified PCI device wasn't supported.\r
 \r