]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixing coding style issue.
authorniry <niry@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 25 Mar 2009 05:42:55 +0000 (05:42 +0000)
committerniry <niry@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 25 Mar 2009 05:42:55 +0000 (05:42 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7944 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c
MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h

index f783221e29cbd89b123d402e74b76607dcc6aa86..cc027a56dd5f4165ffc36beb9e5c023de0ac395a 100644 (file)
@@ -333,8 +333,8 @@ ON_EXIT:
 /**\r
   Try to reclaim the Nbuf into the buffer pool.\r
 \r
-  @param[in,out]  MnpServiceData        Pointer to the mnp service context data.\r
-  @param[in,out]  Nbuf                  Pointer to the NET_BUF to free.\r
+  @param[in, out]  MnpServiceData        Pointer to the mnp service context data.\r
+  @param[in, out]  Nbuf                  Pointer to the NET_BUF to free.\r
 \r
 **/\r
 VOID\r
index db5b5939d40d585293fe8197846251865aab97e0..9c6facd599b513900a0adcd09f9d2a11e9135e81 100644 (file)
@@ -353,8 +353,8 @@ MnpAllocNbuf (
 /**\r
   Try to reclaim the Nbuf into the buffer pool.\r
 \r
-  @param[in,out]  MnpServiceData        Pointer to the mnp service context data.\r
-  @param[in,out]  Nbuf                  Pointer to the NET_BUF to free.\r
+  @param[in, out]  MnpServiceData        Pointer to the mnp service context data.\r
+  @param[in, out]  Nbuf                  Pointer to the NET_BUF to free.\r
 \r
 **/\r
 VOID\r