From 5e71d5cf75b7b056802aa58d336a225ac550f701 Mon Sep 17 00:00:00 2001 From: Feng Tian Date: Fri, 15 Apr 2016 15:45:20 +0800 Subject: [PATCH] MdeModulePkg/EmmcDxe: Fix wrong typo on function comments Cc: Qiu Shumin Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Feng Tian Reviewed-by: Shumin Qiu --- MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c | 1 + MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h | 4 ++-- 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.
+ Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
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. -- 2.39.2