summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/DxeIoLibCpuIo2
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2017-01-19 16:53:41 +0800
committerHao Wu <hao.a.wu@intel.com>2017-01-20 15:40:59 +0800
commit058cd03b5857e917a8a6d77ec4707ff77a441ca8 (patch)
treee13956d2ae0de29b6e9ebfb4ce75c0f7f85e3c59 /MdePkg/Library/DxeIoLibCpuIo2
parent6d11b822a3a68b810f0ceb26ea107ad0e984052a (diff)
downloadedk2-058cd03b5857e917a8a6d77ec4707ff77a441ca8.tar.gz
edk2-058cd03b5857e917a8a6d77ec4707ff77a441ca8.tar.bz2
edk2-058cd03b5857e917a8a6d77ec4707ff77a441ca8.zip
MdePkg: Avoid Non-Boolean type used as Boolean
Cc: Brijesh Singh <brijesh.singh@amd.com> Cc: Leo Duran <leo.duran@amd.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Library/DxeIoLibCpuIo2')
-rw-r--r--MdePkg/Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h b/MdePkg/Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h
index c84ce6bf9e..8c289cb20d 100644
--- a/MdePkg/Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h
+++ b/MdePkg/Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h
@@ -135,7 +135,6 @@ IoWriteFifoWorker (
@param Address The MMIO register to read.
The caller is responsible for aligning the Address if required.
@param Width The width of the I/O operation.
- @param Count The number of times to write I/O port.
@return Data read from registers in the EFI system memory space.