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

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