]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c
ShellPkg: Clean up source files
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel1CommandsLib / UefiShellLevel1CommandsLib.c
index 80d0dfe652201af9b777d15d923ba9182fd187d0..c6c2e9787e56b7df888454320312667caca86fb9 100644 (file)
@@ -2,7 +2,7 @@
   Main file for NULL named library for level 1 shell command functions.\r
 \r
   (C) Copyright 2013 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 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 of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -103,25 +103,24 @@ ShellLevel1CommandsLibDestructor (
   It functions so that count starts at 1 and it increases or decreases when it\r
   hits the specified tags.  when it hits zero the location has been found.\r
 \r
-  DecrementerTag and IncrementerTag are used to get around for/endfor and \r
+  DecrementerTag and IncrementerTag are used to get around for/endfor and\r
   similar paired types where the entire middle should be ignored.\r
 \r
   If label is used it will be used instead of the count.\r
 \r
-  @param[in] Function          The function to use to enumerate through the \r
+  @param[in] Function          The function to use to enumerate through the\r
                                list.  Normally GetNextNode or GetPreviousNode.\r
   @param[in] DecrementerTag    The tag to decrement the count at.\r
   @param[in] IncrementerTag    The tag to increment the count at.\r
   @param[in] Label             A label to look for.\r
   @param[in, out] ScriptFile   The pointer to the current script file structure.\r
-  @param[in] MovePast          TRUE makes function return 1 past the found \r
+  @param[in] MovePast          TRUE makes function return 1 past the found\r
                                location.\r
   @param[in] FindOnly          TRUE to not change the ScriptFile.\r
   @param[in] CommandNode       The pointer to the Node to test.\r
   @param[in, out] TargetCount  The pointer to the current count.\r
 **/\r
 BOOLEAN\r
-EFIAPI\r
 TestNodeForMove (\r
   IN CONST LIST_MANIP_FUNC      Function,\r
   IN CONST CHAR16               *DecrementerTag,\r
@@ -228,25 +227,24 @@ TestNodeForMove (
   It functions so that count starts at 1 and it increases or decreases when it\r
   hits the specified tags.  when it hits zero the location has been found.\r
 \r
-  DecrementerTag and IncrementerTag are used to get around for/endfor and \r
+  DecrementerTag and IncrementerTag are used to get around for/endfor and\r
   similar paired types where the entire middle should be ignored.\r
 \r
   If label is used it will be used instead of the count.\r
 \r
-  @param[in] Function          The function to use to enumerate through the \r
+  @param[in] Function          The function to use to enumerate through the\r
                                list.  Normally GetNextNode or GetPreviousNode.\r
   @param[in] DecrementerTag    The tag to decrement the count at.\r
   @param[in] IncrementerTag    The tag to increment the count at.\r
   @param[in] Label             A label to look for.\r
   @param[in, out] ScriptFile   The pointer to the current script file structure.\r
-  @param[in] MovePast          TRUE makes function return 1 past the found \r
+  @param[in] MovePast          TRUE makes function return 1 past the found\r
                                location.\r
   @param[in] FindOnly          TRUE to not change the ScriptFile.\r
-  @param[in] WrapAroundScript  TRUE to wrap end-to-begining or vise versa in \r
+  @param[in] WrapAroundScript  TRUE to wrap end-to-begining or vise versa in\r
                                searching.\r
 **/\r
 BOOLEAN\r
-EFIAPI\r
 MoveToTag (\r
   IN CONST LIST_MANIP_FUNC      Function,\r
   IN CONST CHAR16               *DecrementerTag,\r