]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Ebl/HwIoDebug.c
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / EmbeddedPkg / Ebl / HwIoDebug.c
index 13f4d643f729ec91989c25f62f3469b6cce5f60d..c9144fe43ee539babcadcbed7ef34a8b27a236e8 100644 (file)
@@ -31,7 +31,7 @@
   ior   0x3f8  ;Do a  8-bit IO Read from 0x3f8\r
 \r
   @param  Argc   Number of command arguments in Argv\r
-  @param  Argv   Array of strings that represent the parsed command line. \r
+  @param  Argv   Array of strings that represent the parsed command line.\r
                  Argv[0] is the command name\r
 \r
   @return EFI_SUCCESS\r
@@ -81,7 +81,7 @@ EblIoReadCmd (
   iow   0x3f8 af  ;Do an 8-bit IO write of af to 0x3f8\r
 \r
   @param  Argc   Number of command arguments in Argv\r
-  @param  Argv   Array of strings that represent the parsed command line. \r
+  @param  Argv   Array of strings that represent the parsed command line.\r
                  Argv[0] is the command name\r
 \r
   @return EFI_SUCCESS\r
@@ -104,7 +104,7 @@ EblIoWriteCmd (
   Port = AsciiStrHexToUintn (Argv[1]);\r
   Data = AsciiStrHexToUintn (Argv[2]);\r
   Width = WidthFromCommandName (Argv[0], 1);\r
\r
+\r
   if (Width == 1) {\r
     IoWrite8 (Port, (UINT8)Data);\r
   } else if (Width == 2) {\r