summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Application
diff options
context:
space:
mode:
authorxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>2011-01-21 08:00:22 +0000
committerxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>2011-01-21 08:00:22 +0000
commit76389e18c04833a87811550ed6db06f1790aacde (patch)
treed9370bbdaf85f0135381d584c3426184c779e8e6 /NetworkPkg/Application
parent686d4d4a86110032ca6d381661fb52f5f3ae7912 (diff)
downloadedk2-76389e18c04833a87811550ed6db06f1790aacde.tar.gz
edk2-76389e18c04833a87811550ed6db06f1790aacde.tar.bz2
edk2-76389e18c04833a87811550ed6db06f1790aacde.zip
NetworkPkg: comments clean up.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11263 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/Application')
-rw-r--r--NetworkPkg/Application/IfConfig6/IfConfig6.c10
-rw-r--r--NetworkPkg/Application/IpsecConfig/PolicyEntryOperation.c2
2 files changed, 6 insertions, 6 deletions
diff --git a/NetworkPkg/Application/IfConfig6/IfConfig6.c b/NetworkPkg/Application/IfConfig6/IfConfig6.c
index b2eada639a..7a1b2c87f6 100644
--- a/NetworkPkg/Application/IfConfig6/IfConfig6.c
+++ b/NetworkPkg/Application/IfConfig6/IfConfig6.c
@@ -1,7 +1,7 @@
/** @file
The implementation for Shell application IfConfig6.
- Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -236,8 +236,8 @@ IfConfig6RetriveCheckListByName(
/**
The notify function of create event when performing a manual config.
- @param[in] CheckList The pointer of Event.
- @param[in] Context The pointer of Context.
+ @param[in] Event The event this notify function registered to.
+ @param[in] Context Pointer to the context data registered to the event.
**/
VOID
@@ -346,7 +346,7 @@ IfConfig6PrintIpAddr (
@param[in, out] Arg The pointer of the address of ARG_LIST which save Args with the "-s" option.
@param[out] Buf The pointer of the address of EFI_IP6_CONFIG_MANUAL_ADDRESS.
- @param[out] Address The pointer of BufSize that describes the size of Buf in bytes.
+ @param[out] BufSize The pointer of BufSize that describes the size of Buf in bytes.
@retval EFI_SUCCESS The convertion is successful.
@retval Others Does't find the host address, or it is an invalid IPv6 address in string format.
@@ -448,7 +448,7 @@ ON_ERROR:
@param[in, out] Arg The pointer of the address of ARG_LIST that save Args with the "-s" option.
@param[out] Buf The pointer of the address of EFI_IPv6_ADDRESS.
- @param[out] Address The pointer of BufSize that describes the size of Buf in bytes.
+ @param[out] BufSize The pointer of BufSize that describes the size of Buf in bytes.
@retval EFI_SUCCESS The conversion is successful.
@retval Others Doesn't find the host address, or it is an invalid IPv6 address in string format.
diff --git a/NetworkPkg/Application/IpsecConfig/PolicyEntryOperation.c b/NetworkPkg/Application/IpsecConfig/PolicyEntryOperation.c
index b50ab7e574..d8330bcce0 100644
--- a/NetworkPkg/Application/IpsecConfig/PolicyEntryOperation.c
+++ b/NetworkPkg/Application/IpsecConfig/PolicyEntryOperation.c
@@ -25,7 +25,7 @@
@param[out] Selector The pointer to the EFI_IPSEC_SPD_SELECTOR structure.
@param[in] ParamPackage The pointer to the ParamPackage list.
- @param[in, out] ParamPackage The pointer to the Mask.
+ @param[in, out] Mask The pointer to the Mask.
@retval EFI_SUCCESS Fill in EFI_IPSEC_SPD_SELECTOR successfully.
@retval EFI_INVALID_PARAMETER Invalid user input parameter.