]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeHstiLib/HstiAip.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / DxeHstiLib / HstiAip.c
index 5677cd31e2a231443267a5bac6e14c95775c3ae0..cf775b03aa93cee6da62fede10441ac8c7f692af 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\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
@@ -18,7 +18,7 @@
 \r
   This function returns information of type InformationType from the adapter.\r
   If an adapter does not support the requested informational type, then\r
-  EFI_UNSUPPORTED is returned. \r
+  EFI_UNSUPPORTED is returned.\r
 \r
   @param[in]  This                   A pointer to the EFI_ADAPTER_INFORMATION_PROTOCOL instance.\r
   @param[in]  InformationType        A pointer to an EFI_GUID that defines the contents of InformationBlock.\r
@@ -30,8 +30,8 @@
   @retval EFI_UNSUPPORTED            The InformationType is not known.\r
   @retval EFI_DEVICE_ERROR           The device reported an error.\r
   @retval EFI_OUT_OF_RESOURCES       The request could not be completed due to a lack of resources.\r
-  @retval EFI_INVALID_PARAMETER      This is NULL. \r
-  @retval EFI_INVALID_PARAMETER      InformationBlock is NULL. \r
+  @retval EFI_INVALID_PARAMETER      This is NULL.\r
+  @retval EFI_INVALID_PARAMETER      InformationBlock is NULL.\r
   @retval EFI_INVALID_PARAMETER      InformationBlockSize is NULL.\r
 \r
 **/\r