]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SuperIoControl.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / SuperIoControl.h
index e68fce8118bb339c01cf5ec0312450dcb17a63ae..264a28d37d28d6681ab00c3c171ce2fa352e7fc1 100644 (file)
@@ -3,14 +3,14 @@
   the low-level services for SIO devices that enable them to be used in the UEFI\r
   driver model.\r
 \r
-  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials                          \r
-  are licensed and made available under the terms and conditions of the BSD License         \r
-  which accompanies this distribution.  The full text of the license may be found at        \r
-  http://opensource.org/licenses/bsd-license.php                                            \r
+  Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
 \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   @par Revision Reference:\r
   This protocol is from PI Version 1.2.1.\r
@@ -38,7 +38,7 @@ typedef struct _EFI_SIO_CONTROL_PROTOCOL *PEFI_SIO_CONTROL_PROTOCOL;
 \r
   @retval EFI_SUCCESS          The device is enabled successfully.\r
   @retval EFI_OUT_OF_RESOURCES The device could not be enabled because there\r
-                               were insufficient resources either for the device \r
+                               were insufficient resources either for the device\r
                                itself or for the records needed to track the device.\r
   @retval EFI_ALREADY_STARTED  The device is already enabled.\r
   @retval EFI_UNSUPPORTED      The device cannot be enabled.\r
@@ -61,7 +61,7 @@ EFI_STATUS
 \r
   @retval EFI_SUCCESS          The device is disabled successfully.\r
   @retval EFI_OUT_OF_RESOURCES The device could not be disabled because there\r
-                               were insufficient resources either for the device \r
+                               were insufficient resources either for the device\r
                                itself or for the records needed to track the device.\r
   @retval EFI_ALREADY_STARTED  The device is already disabled.\r
   @retval EFI_UNSUPPORTED      The device cannot be disabled.\r