diff options
author | niry <niry@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-25 05:42:55 +0000 |
---|---|---|
committer | niry <niry@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-25 05:42:55 +0000 |
commit | 5fe2f07f0fccc455e7606e8914dcc4baa2030462 (patch) | |
tree | 07c25d8e5935bf6503fafb73fb24636379582be7 /MdeModulePkg | |
parent | 8d7e5af111456e900d18d9b063860923b3eeea28 (diff) | |
download | edk2-platforms-5fe2f07f0fccc455e7606e8914dcc4baa2030462.tar.xz |
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.c | 4 | ||||
-rw-r--r-- | MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c b/MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c index f783221e29..cc027a56dd 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 db5b5939d4..9c6facd599 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
|