summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorniry <niry@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-25 05:42:55 +0000
committerniry <niry@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-25 05:42:55 +0000
commit5fe2f07f0fccc455e7606e8914dcc4baa2030462 (patch)
tree07c25d8e5935bf6503fafb73fb24636379582be7 /MdeModulePkg
parent8d7e5af111456e900d18d9b063860923b3eeea28 (diff)
downloadedk2-5fe2f07f0fccc455e7606e8914dcc4baa2030462.zip
edk2-5fe2f07f0fccc455e7606e8914dcc4baa2030462.tar.gz
edk2-5fe2f07f0fccc455e7606e8914dcc4baa2030462.tar.bz2
Fixing coding style issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7944 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c4
-rw-r--r--MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c b/MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c
index f783221..cc027a5 100644
--- a/MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c
+++ b/MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c
@@ -333,8 +333,8 @@ ON_EXIT:
/**
Try to reclaim the Nbuf into the buffer pool.
- @param[in,out] MnpServiceData Pointer to the mnp service context data.
- @param[in,out] Nbuf Pointer to the NET_BUF to free.
+ @param[in, out] MnpServiceData Pointer to the mnp service context data.
+ @param[in, out] Nbuf Pointer to the NET_BUF to free.
**/
VOID
diff --git a/MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h b/MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h
index db5b593..9c6facd 100644
--- a/MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h
+++ b/MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h
@@ -353,8 +353,8 @@ MnpAllocNbuf (
/**
Try to reclaim the Nbuf into the buffer pool.
- @param[in,out] MnpServiceData Pointer to the mnp service context data.
- @param[in,out] Nbuf Pointer to the NET_BUF to free.
+ @param[in, out] MnpServiceData Pointer to the mnp service context data.
+ @param[in, out] Nbuf Pointer to the NET_BUF to free.
**/
VOID