]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / MnpDxe / MnpConfig.c
index e24cb758cd7f9bc3179ac1fb74f863e011225615..a801eed01f72c2248196dcaf454e3403636639a1 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Implementation of Managed Network Protocol private services.\r
 \r
-Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions\r
 of the BSD License which accompanies this distribution.  The full\r
@@ -255,7 +255,7 @@ MnpAddFreeTxBuf (
 \r
 /**\r
   Allocate a free TX buffer from MnpDeviceData->FreeTxBufList. If there is none\r
-  in the queue, first try to recycle some from SNP, then try to allocate some and add \r
+  in the queue, first try to recycle some from SNP, then try to allocate some and add\r
   them into the queue, then fetch the NET_BUF from the updated FreeTxBufList.\r
 \r
   @param[in, out]  MnpDeviceData        Pointer to the MNP_DEVICE_DATA.\r
@@ -274,7 +274,7 @@ MnpAllocTxBuf (
   EFI_STATUS        Status;\r
   LIST_ENTRY        *Entry;\r
   MNP_TX_BUF_WRAP   *TxBufWrap;\r
-  \r
+\r
   NET_CHECK_SIGNATURE (MnpDeviceData, MNP_DEVICE_DATA_SIGNATURE);\r
 \r
   OldTpl = gBS->RaiseTPL (TPL_CALLBACK);\r
@@ -369,7 +369,7 @@ MnpFreeTxBuf (
       );\r
     return;\r
   }\r
-  \r
+\r
   OldTpl = gBS->RaiseTPL (TPL_CALLBACK);\r
   InsertTailList (&MnpDeviceData->FreeTxBufList, &TxBufWrap->WrapEntry);\r
   TxBufWrap->InUse = FALSE;\r
@@ -877,7 +877,7 @@ MnpDestroyServiceData (
 \r
 /**\r
   Callback function which provided by user to remove one node in NetDestroyLinkList process.\r
-  \r
+\r
   @param[in]    Entry           The entry to be removed.\r
   @param[in]    Context         Pointer to the callback context corresponds to the Context in NetDestroyLinkList.\r
 \r
@@ -917,9 +917,9 @@ MnpDestroyServiceChild (
   LIST_ENTRY                         *List;\r
   EFI_STATUS                         Status;\r
   UINTN                              ListLength;\r
-  \r
+\r
   List = &MnpServiceData->ChildrenList;\r
-  \r
+\r
   Status = NetDestroyLinkList (\r
              List,\r
              MnpDestoryChildEntry,\r
@@ -1160,7 +1160,7 @@ MnpStopSnp (
 {\r
   EFI_STATUS  Status;\r
   EFI_SIMPLE_NETWORK_PROTOCOL     *Snp;\r
-  \r
+\r
   Snp = MnpDeviceData->Snp;\r
   ASSERT (Snp != NULL);\r
 \r