From 5fe2f07f0fccc455e7606e8914dcc4baa2030462 Mon Sep 17 00:00:00 2001 From: niry Date: Wed, 25 Mar 2009 05:42:55 +0000 Subject: [PATCH] Fixing coding style issue. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7944 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c | 4 ++-- 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 -- 2.39.2