mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
e26575f79b
commit
5e71d5cf75
|
@ -492,6 +492,7 @@ Error:
|
||||||
|
|
||||||
@param[in] Private The EMMC driver private data structure.
|
@param[in] Private The EMMC driver private data structure.
|
||||||
@param[in] Slot The slot number to check device present.
|
@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
|
@retval EFI_SUCCESS Successfully to discover the device and attach
|
||||||
SdMmcIoProtocol to it.
|
SdMmcIoProtocol to it.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
This file defines common data structures, macro definitions and some module
|
This file defines common data structures, macro definitions and some module
|
||||||
internal function header files.
|
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
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
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] Device A pointer to the EMMC_DEVICE instance.
|
||||||
@param[in] Rca The relative device address to use.
|
@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_SUCCESS The request is executed successfully.
|
||||||
@retval EFI_OUT_OF_RESOURCES The request could not be executed due to a lack of resources.
|
@retval EFI_OUT_OF_RESOURCES The request could not be executed due to a lack of resources.
|
||||||
|
|
Loading…
Reference in New Issue