From: Feng Tian <feng.tian@intel.com>
To: edk2-devel@lists.01.org
Cc: Eric Jin <eric.jin@intel.com>, Liming Gao <liming.gao@intel.com>
Subject: [patch] MdePkg: Fix spec mismatch in string representation of EMMC dev node
Date: Thu, 10 Nov 2016 13:17:06 +0800 [thread overview]
Message-ID: <28ff970e51883b4afa23a164c34b1cad295e76c5.1478755004.git.feng.tian@intel.com> (raw)
Cc: Eric Jin <eric.jin@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian <feng.tian@intel.com>
---
MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c | 2 +-
MdePkg/Library/UefiDevicePathLib/DevicePathToText.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c b/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
index c167b4c..8a3a470 100644
--- a/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
+++ b/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
@@ -3529,7 +3529,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED DEVICE_PATH_FROM_TEXT_TABLE mUefiDevicePathLibDevP
{L"NVMe", DevPathFromTextNVMe },
{L"UFS", DevPathFromTextUfs },
{L"SD", DevPathFromTextSd },
- {L"Emmc", DevPathFromTextEmmc },
+ {L"eMMC", DevPathFromTextEmmc },
{L"DebugPort", DevPathFromTextDebugPort },
{L"MAC", DevPathFromTextMAC },
{L"IPv4", DevPathFromTextIPv4 },
diff --git a/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c b/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
index 5922dee..87eca23 100644
--- a/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
+++ b/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
@@ -850,7 +850,7 @@ DevPathToTextEmmc (
Emmc = DevPath;
UefiDevicePathLibCatPrint (
Str,
- L"Emmc(0x%x)",
+ L"eMMC(0x%x)",
Emmc->SlotNumber
);
}
--
2.7.1.windows.2
next reply other threads:[~2016-11-10 5:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-10 5:17 Feng Tian [this message]
2016-11-11 8:45 ` [patch] MdePkg: Fix spec mismatch in string representation of EMMC dev node Ni, Ruiyu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=28ff970e51883b4afa23a164c34b1cad295e76c5.1478755004.git.feng.tian@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox