]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/IoLib.c
Code scrub:
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / IoLib.c
index 25efcd2e6081bc0fcf8d97adec36500147bf2420..86efa6db6a16038be309ff69f51fd90fcf174a36 100644 (file)
@@ -12,9 +12,6 @@
 \r
 **/\r
 \r
-//\r
-// Include common header file for this module.\r
-//\r
 #include "BaseIoLibIntrinsicInternal.h"\r
 \r
 /**\r
@@ -28,7 +25,7 @@
 \r
   @param  Port  The I/O port to read.\r
 \r
-  @return The value read.\r
+  @return Always return zero.\r
 \r
 **/\r
 UINT64\r
@@ -53,7 +50,7 @@ IoRead64 (
   @param  Port  The I/O port to write.\r
   @param  Value The value to write to the I/O port.\r
 \r
-  @return The value written the I/O port.\r
+  @return Always return zero.\r
 \r
 **/\r
 UINT64\r