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:
@@ -333,8 +333,8 @@ ON_EXIT:
|
|||||||
/**
|
/**
|
||||||
Try to reclaim the Nbuf into the buffer pool.
|
Try to reclaim the Nbuf into the buffer pool.
|
||||||
|
|
||||||
@param[in,out] MnpServiceData Pointer to the mnp service context data.
|
@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] Nbuf Pointer to the NET_BUF to free.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
|
@@ -353,8 +353,8 @@ MnpAllocNbuf (
|
|||||||
/**
|
/**
|
||||||
Try to reclaim the Nbuf into the buffer pool.
|
Try to reclaim the Nbuf into the buffer pool.
|
||||||
|
|
||||||
@param[in,out] MnpServiceData Pointer to the mnp service context data.
|
@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] Nbuf Pointer to the NET_BUF to free.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
|
Reference in New Issue
Block a user