]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/HttpBootCallback.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / HttpBootCallback.h
index 7542b30e034731d1ae2cb8a0516b663affd27ab1..4c7de56b0e3a1e2879f12a22a990342b82cc32c1 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This file defines the EFI HTTP Boot Callback Protocol interface.\r
 \r
-  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2017 - 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
@@ -43,7 +43,7 @@ typedef enum {
   ///\r
   HttpBootHttpRequest,\r
   ///\r
-  /// Data points to an EFI_HTTP_MESSAGE structure, which contians a received HTTP \r
+  /// Data points to an EFI_HTTP_MESSAGE structure, which contians a received HTTP\r
   /// response message.\r
   ///\r
   HttpBootHttpResponse,\r
@@ -72,7 +72,7 @@ typedef enum {
   @param[in]  DataLength          The length in bytes of the buffer pointed to by Data.\r
   @param[in]  Data                A pointer to the buffer of data, the data type is specified by\r
                                   DataType.\r
-                                  \r
+\r
   @retval EFI_SUCCESS             Tells the HTTP Boot driver to continue the HTTP Boot process.\r
   @retval EFI_ABORTED             Tells the HTTP Boot driver to abort the current HTTP Boot process.\r
 **/\r
@@ -87,7 +87,7 @@ EFI_STATUS
  );\r
 \r
 ///\r
-/// EFI HTTP Boot Callback Protocol is invoked when the HTTP Boot driver is about to transmit or \r
+/// EFI HTTP Boot Callback Protocol is invoked when the HTTP Boot driver is about to transmit or\r
 /// has received a packet. The EFI HTTP Boot Callback Protocol must be installed on the same handle\r
 /// as the Load File Protocol for the HTTP Boot.\r
 ///\r