]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/EmmcDxe: Fix wrong typo on function comments
authorFeng Tian <feng.tian@intel.com>
Fri, 15 Apr 2016 07:45:20 +0000 (15:45 +0800)
committerFeng Tian <feng.tian@intel.com>
Tue, 26 Apr 2016 07:44:53 +0000 (15:44 +0800)
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>
MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c
MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h

index b88d55d96162c6f8188b8be6f9039f17c29ce71c..2dd29814d925ddb6722827bda105eb30eea1ce54 100644 (file)
@@ -492,6 +492,7 @@ Error:
 \r
   @param[in]  Private             The EMMC driver private data structure.\r
   @param[in]  Slot                The slot number to check device present.\r
+  @param[in]  RemainingDevicePath The pointer to the remaining device path.\r
 \r
   @retval EFI_SUCCESS             Successfully to discover the device and attach\r
                                   SdMmcIoProtocol to it.\r
index a463e342efaf539035b446cf3204c773084f7da3..0c50d62eb799fb52a0bb9e6f1eafd2c4741fbb01 100644 (file)
@@ -4,7 +4,7 @@
   This file defines common data structures, macro definitions and some module\r
   internal function header files.\r
 \r
-  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -460,7 +460,7 @@ EmmcGetCsd (
 \r
   @param[in]  Device            A pointer to the EMMC_DEVICE instance.\r
   @param[in]  Rca               The relative device address to use.\r
-  @param[out] Csd               The buffer to store the EMMC_CSD register data.\r
+  @param[out] Cid               The buffer to store the EMMC_CID register data.\r
 \r
   @retval EFI_SUCCESS           The request is executed successfully.\r
   @retval EFI_OUT_OF_RESOURCES  The request could not be executed due to a lack of resources.\r