Re: [edk2] [patch 3/4] MdeModulePkg/EmmcDxe: Fix wrong typo on function comments

2016-04-21 Thread Qiu, Shumin
Reviewed-by: Qiu Shumin 

-Original Message-
From: Tian, Feng 
Sent: Thursday, April 21, 2016 4:31 PM
To: edk2-devel@lists.01.org
Cc: Qiu, Shumin
Subject: [patch 3/4] MdeModulePkg/EmmcDxe: Fix wrong typo on function comments

Cc: Qiu Shumin 
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian 
---
 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 b88d55d..2dd2981 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]  SlotThe 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 a463e34..0c50d62 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]  DeviceA 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.7.1.windows.2

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] [patch 3/4] MdeModulePkg/EmmcDxe: Fix wrong typo on function comments

2016-04-21 Thread Feng Tian
Cc: Qiu Shumin 
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian 
---
 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 b88d55d..2dd2981 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]  SlotThe 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 a463e34..0c50d62 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]  DeviceA 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.7.1.windows.2

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel