mirror of https://github.com/acidanthera/audk.git
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:
parent
8d7e5af111
commit
5fe2f07f0f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue