]> git.proxmox.com Git - mirror_edk2.git/commitdiff
sync SerialPortLib.h with mde library spec0.61d-8.doc on webtop.
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 9 Oct 2008 10:11:48 +0000 (10:11 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 9 Oct 2008 10:11:48 +0000 (10:11 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6089 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/SerialPortLib.h
MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c

index d6eb376ff60d7e007978204990b0a8fd298b73f2..19d6094140c44b6fb7718e95ca049bd5d5057ece 100644 (file)
@@ -85,14 +85,14 @@ SerialPortRead (
   );\r
 \r
 /**\r
-  Poll the serial device to see if there is any data waiting.\r
+  Polls a serial device to see if there is any data waiting to be read.\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
-  return FALSE.\r
+  Polls aserial device to see if there is any data waiting to be read.\r
+  If there is data waiting to be read from the serial device, then TRUE is returned.\r
+  If there is no data waiting to be read from the serial device, then FALSE is returned.\r
 \r
-  @retval TRUE             Data is waiting to be read.\r
-  @retval FALSE            There is no data waiting to be read.\r
+  @retval TRUE             Data is waiting to be read from the serial device.\r
+  @retval FALSE            There is no data waiting to be read from the serial device.\r
 \r
 **/\r
 BOOLEAN\r
index e6b3c63365f6128fff92e373b9fc9e5d07c5d4f8..ff1d14baba3457a9dcf64a9c74716097f35d1632 100644 (file)
@@ -90,13 +90,14 @@ SerialPortRead (
 }\r
 \r
 /**\r
-  Poll the serial device to see if there is any data waiting.\r
+  Polls a serial device to see if there is any data waiting to be read.\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
-  return FALSE.\r
+  Polls aserial device to see if there is any data waiting to be read.\r
+  If there is data waiting to be read from the serial device, then TRUE is returned.\r
+  If there is no data waiting to be read from the serial device, then FALSE is returned.\r
 \r
-  @retval FALSE            There is no data waiting to be read.\r
+  @retval TRUE             Data is waiting to be read from the serial device.\r
+  @retval FALSE            There is no data waiting to be read from the serial device.\r
 \r
 **/\r
 BOOLEAN\r