diff options
author | Fu Siyuan <siyuan.fu@intel.com> | 2015-09-02 08:32:20 +0000 |
---|---|---|
committer | hwu1225 <hwu1225@Edk2> | 2015-09-02 08:32:20 +0000 |
commit | bbe8770845724e629f4d79d3813bbb953d693296 (patch) | |
tree | 99c999ccbf78fee7ede29daa01a29a0451bb23e4 /NetworkPkg | |
parent | 353938e942b2ac12332012f93e353b21900d0ecf (diff) | |
download | edk2-platforms-bbe8770845724e629f4d79d3813bbb953d693296.tar.xz |
NetworkPkg: remove redundant words in function comment.
A function with void return type doesn't need @retval line in its function
comment. This patch removes one redundant line from Ip6 driver in r18365.
(Sync patch r18384 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2015@18387 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg')
-rw-r--r-- | NetworkPkg/Ip6Dxe/Ip6Driver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NetworkPkg/Ip6Dxe/Ip6Driver.c b/NetworkPkg/Ip6Dxe/Ip6Driver.c index 4fde47601c..076dc605e6 100644 --- a/NetworkPkg/Ip6Dxe/Ip6Driver.c +++ b/NetworkPkg/Ip6Dxe/Ip6Driver.c @@ -33,7 +33,6 @@ BOOLEAN mIpSec2Installed = FALSE; @param[in] Event Event whose notification function is being invoked
@param[in] Context Pointer to the notification function's context
- @retval EFI_SUCCESS Callback successful.
**/
VOID
EFIAPI
|