Fixing coding style issue.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7944 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
niry 2009-03-25 05:42:55 +00:00
parent 8d7e5af111
commit 5fe2f07f0f
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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