summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe/BootMaint/ConsoleOption.c
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-26 02:22:37 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-26 02:22:37 +0000
commit98cf93471dc3c2bf4e277d42a88cf5d5548dc7b9 (patch)
tree670aa11051ee39b5082e144ff69a7e1daa50758e /MdeModulePkg/Universal/BdsDxe/BootMaint/ConsoleOption.c
parent7557df4df36b29baa1c3b65dba90d415b7896e05 (diff)
downloadedk2-98cf93471dc3c2bf4e277d42a88cf5d5548dc7b9.zip
edk2-98cf93471dc3c2bf4e277d42a88cf5d5548dc7b9.tar.gz
edk2-98cf93471dc3c2bf4e277d42a88cf5d5548dc7b9.tar.bz2
Refine function comments for BdsDxe module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7127 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe/BootMaint/ConsoleOption.c')
-rw-r--r--MdeModulePkg/Universal/BdsDxe/BootMaint/ConsoleOption.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/BootMaint/ConsoleOption.c b/MdeModulePkg/Universal/BdsDxe/BootMaint/ConsoleOption.c
index b9ffa05..0fc187a 100644
--- a/MdeModulePkg/Universal/BdsDxe/BootMaint/ConsoleOption.c
+++ b/MdeModulePkg/Universal/BdsDxe/BootMaint/ConsoleOption.c
@@ -18,7 +18,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Function creates a device path data structure that identically matches the
device path passed in.
-
@param DevPath A pointer to a device path data structure.
@return The new copy of DevPath is created to identically match the input.
@@ -33,7 +32,6 @@ DevicePathInstanceDup (
/**
Update Com Ports attributes from DevicePath
-
@param DevicePath DevicePath that contains Com ports
@retval EFI_SUCCESS The update is successful.