]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c
edk2/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c:
[mirror_edk2.git] / MdePkg / Library / SerialPortLibNull / SerialPortLibNull.c
index fa256facc7abdaa5aed2a668b31ac2eaa09159d1..79b4e925ed2b86a2ce5e9cbffa6d42079cc41b06 100644 (file)
@@ -56,7 +56,7 @@ SerialPortWrite (
 /**\r
   Read data from serial device and save the datas in buffer.\r
 \r
-  @param  Buffer           Point of data buffer, which contains the data \r
+  @param  Buffer           Point of data buffer, which contains the data\r
                            returned from the serial device.\r
   @param  NumberOfBytes    Number of bytes which will be read.\r
 \r
@@ -77,7 +77,7 @@ SerialPortRead (
   Poll the serial device to see if there is any data waiting.\r
 \r
   If there is data waiting to be read from the serial port, then return\r
-  TRUE.  If there is no data waiting to be read from the serial port, then \r
+  TRUE.  If there is no data waiting to be read from the serial port, then\r
   return FALSE.\r
 \r
   @retval FALSE            There is no data waiting to be read.\r
@@ -89,7 +89,6 @@ SerialPortPoll (
   VOID\r
   )\r
 {\r
-  return FALSE; \r
-} \r
+  return FALSE;\r
+}\r
 \r
\ No newline at end of file