public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-test][Patch] Correct typo in CreateEMMCDeviceNode()
@ 2018-10-11  7:36 Eric Jin
  2018-10-12  8:09 ` Supreeth Venkatesh
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Jin @ 2018-10-11  7:36 UTC (permalink / raw)
  To: edk2-devel

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Jin <eric.jin@intel.com>
Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
---
 .../DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c
index d428893..fc099d8 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c
@@ -1654,7 +1654,7 @@ CreateEMMCDeviceNode (
   EMMC_DEVICE_PATH    *EMMC;
 
   SlotNumberStr = SctSplitStr (&TextDeviceNode, L',');
-  EMMC  = (SD_DEVICE_PATH *) CreateDeviceNode (
+  EMMC  = (EMMC_DEVICE_PATH *) CreateDeviceNode (
                                  EMMCNodeType,
                                  EMMCNodeSubType,
                                  sizeof (EMMC_DEVICE_PATH)
-- 
2.9.0.windows.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [edk2-test][Patch] Correct typo in CreateEMMCDeviceNode()
  2018-10-11  7:36 [edk2-test][Patch] Correct typo in CreateEMMCDeviceNode() Eric Jin
@ 2018-10-12  8:09 ` Supreeth Venkatesh
  0 siblings, 0 replies; 2+ messages in thread
From: Supreeth Venkatesh @ 2018-10-12  8:09 UTC (permalink / raw)
  To: Eric Jin, edk2-devel@lists.01.org

Reviewed-by: Supreeth Venkatesh <supreeth.venkatesh@arm.com>

-----Original Message-----
From: Eric Jin <eric.jin@intel.com>
Sent: Thursday, October 11, 2018 2:37 AM
To: edk2-devel@lists.01.org
Cc: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>
Subject: [edk2-test][Patch] Correct typo in CreateEMMCDeviceNode()

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Jin <eric.jin@intel.com>
Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
---
 .../DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c
index d428893..fc099d8 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c
@@ -1654,7 +1654,7 @@ CreateEMMCDeviceNode (
   EMMC_DEVICE_PATH    *EMMC;

   SlotNumberStr = SctSplitStr (&TextDeviceNode, L',');
-  EMMC  = (SD_DEVICE_PATH *) CreateDeviceNode (
+  EMMC  = (EMMC_DEVICE_PATH *) CreateDeviceNode (
                                  EMMCNodeType,
                                  EMMCNodeSubType,
                                  sizeof (EMMC_DEVICE_PATH)
--
2.9.0.windows.1

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-12  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-11  7:36 [edk2-test][Patch] Correct typo in CreateEMMCDeviceNode() Eric Jin
2018-10-12  8:09 ` Supreeth Venkatesh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox