summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Tcp4Dxe/SockInterface.c
diff options
context:
space:
mode:
authorniry <niry@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-28 08:32:24 +0000
committerniry <niry@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-28 08:32:24 +0000
commit85511ddf725b72cd46d301e4baa7d437521bafb1 (patch)
tree262995543f7a4c6531753c8de288aea0f9e8d48d /MdeModulePkg/Universal/Network/Tcp4Dxe/SockInterface.c
parent34ffd1bbb555857aefcfe93ab0d19719706ceec7 (diff)
downloadedk2-85511ddf725b72cd46d301e4baa7d437521bafb1.tar.gz
edk2-85511ddf725b72cd46d301e4baa7d437521bafb1.tar.bz2
edk2-85511ddf725b72cd46d301e4baa7d437521bafb1.zip
Fix coding style issues for Tcp4Dxe driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6774 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Network/Tcp4Dxe/SockInterface.c')
-rw-r--r--MdeModulePkg/Universal/Network/Tcp4Dxe/SockInterface.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/SockInterface.c b/MdeModulePkg/Universal/Network/Tcp4Dxe/SockInterface.c
index 1c78147b1b..a25bd4e1b4 100644
--- a/MdeModulePkg/Universal/Network/Tcp4Dxe/SockInterface.c
+++ b/MdeModulePkg/Universal/Network/Tcp4Dxe/SockInterface.c
@@ -205,9 +205,7 @@ SockDestroyChild (
data ProtoData.
@param SockInitData Inital data to setting the socket.
- @param ProtoData Pointer to the protocol specific data.
- @param Len Length of the protocol specific data.
-
+
@return Pointer to the newly created socket. If NULL, error condition occured.
**/