summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Sd
diff options
context:
space:
mode:
authorFeng Tian <feng.tian@intel.com>2016-04-15 15:45:20 +0800
committerFeng Tian <feng.tian@intel.com>2016-04-26 15:44:53 +0800
commit5e71d5cf75b7b056802aa58d336a225ac550f701 (patch)
tree5b7acb4f02e8734f028017909b41d18a789f9415 /MdeModulePkg/Bus/Sd
parente26575f79baf97d73fac2a377f5b7efda662961c (diff)
downloadedk2-5e71d5cf75b7b056802aa58d336a225ac550f701.tar.gz
edk2-5e71d5cf75b7b056802aa58d336a225ac550f701.tar.bz2
edk2-5e71d5cf75b7b056802aa58d336a225ac550f701.zip
MdeModulePkg/EmmcDxe: Fix wrong typo on function comments
Cc: Qiu Shumin <shumin.qiu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>
Diffstat (limited to 'MdeModulePkg/Bus/Sd')
-rw-r--r--MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c1
-rw-r--r--MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c b/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c
index b88d55d961..2dd29814d9 100644
--- a/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c
+++ b/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c
@@ -492,6 +492,7 @@ Error:
@param[in] Private The EMMC driver private data structure.
@param[in] Slot The slot number to check device present.
+ @param[in] RemainingDevicePath The pointer to the remaining device path.
@retval EFI_SUCCESS Successfully to discover the device and attach
SdMmcIoProtocol to it.
diff --git a/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h b/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h
index a463e342ef..0c50d62eb7 100644
--- a/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h
+++ b/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h
@@ -4,7 +4,7 @@
This file defines common data structures, macro definitions and some module
internal function header files.
- Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -460,7 +460,7 @@ EmmcGetCsd (
@param[in] Device A pointer to the EMMC_DEVICE instance.
@param[in] Rca The relative device address to use.
- @param[out] Csd The buffer to store the EMMC_CSD register data.
+ @param[out] Cid The buffer to store the EMMC_CID register data.
@retval EFI_SUCCESS The request is executed successfully.
@retval EFI_OUT_OF_RESOURCES The request could not be executed due to a lack of resources.