]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Mtftp6Dxe/Mtftp6Driver.c
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / Mtftp6Dxe / Mtftp6Driver.c
index 79cd6bae5a71859e4a27638d294d58746c316928..a4888c0c0e4ce59b34d76437b5c906c14a6c5aa7 100644 (file)
@@ -2,7 +2,7 @@
   Driver Binding functions and Service Binding functions\r
   implementation for Mtftp6 Driver.\r
 \r
-  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -238,7 +238,7 @@ Mtftp6CreateInstance (
 \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
@@ -247,10 +247,11 @@ Mtftp6CreateInstance (
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 Mtftp6DestroyChildEntryInHandleBuffer (\r
   IN LIST_ENTRY         *Entry,\r
   IN VOID               *Context\r
-)\r
+  )\r
 {\r
   MTFTP6_INSTANCE               *Instance;\r
   EFI_SERVICE_BINDING_PROTOCOL  *ServiceBinding;\r
@@ -472,7 +473,7 @@ Mtftp6DriverBindingStop (
   EFI_STATUS                                 Status;\r
   LIST_ENTRY                                 *List;\r
   MTFTP6_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT Context;\r
-  \r
+\r
   //\r
   // Locate the Nic handle to retrieve the Mtftp6 private data.\r
   //\r