]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbBotPei/PeiAtapi.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBotPei / PeiAtapi.c
index 72bde756eb9684b8e156578240c3b71508d7e5e5..6873350c419a14a8a9d1af1bfac600e4896eec03 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
 Pei USB ATATPI command implementations.\r
 \r
-Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>\r
-  \r
+Copyright (c) 1999 - 2018, Intel Corporation. All rights reserved.<BR>\r
+\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions\r
 of the BSD License which accompanies this distribution.  The\r
@@ -475,7 +475,7 @@ PeiUsbRead10 (
   return Status;\r
 }\r
 \r
-/**  \r
+/**\r
   Check if there is media according to sense data.\r
 \r
   @param  SenseData   Pointer to sense data.\r
@@ -526,7 +526,7 @@ IsNoMedia (
   return NoMedia;\r
 }\r
 \r
-/**  \r
+/**\r
   Check if there is media error according to sense data.\r
 \r
   @param  SenseData   Pointer to sense data.\r
@@ -603,7 +603,7 @@ IsMediaError (
   return Error;\r
 }\r
 \r
-/**  \r
+/**\r
   Check if media is changed according to sense data.\r
 \r
   @param  SenseData   Pointer to sense data.\r