X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FInclude%2FLibrary%2FSortLib.h;h=bf3755866c533af7efe5ed6e49364bb3e6ad3687;hb=1e6e84c7afd435db6e84ad84e71ddecdc9866042;hp=1ae47a7d994bfe659d716e47d235eab424ab6dff;hpb=b4d856a6b52a724e7cf04653f3049a47641a9f39;p=mirror_edk2.git diff --git a/ShellPkg/Include/Library/SortLib.h b/ShellPkg/Include/Library/SortLib.h index 1ae47a7d99..bf3755866c 100644 --- a/ShellPkg/Include/Library/SortLib.h +++ b/ShellPkg/Include/Library/SortLib.h @@ -1,14 +1,14 @@ /** @file Library used for sorting and comparison routines. -Copyright (c) 2009, Intel Corporation
-All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php + Copyright (c) 2009-2010, Intel Corporation.All rights reserved.
+ This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ @@ -47,7 +47,7 @@ INTN on return a buffer of sorted elements. @param[in] Count The number of elements in the buffer to sort @param[in] ElementSize Size of an element in bytes. - @param[in] CompareFunction The function to call to perform the comparison + @param[in] CompareFunction The function to call to perform the comparison of any 2 elements. **/ VOID @@ -68,7 +68,7 @@ PerformQuickSort ( @retval 0 Buffer1 equal to Buffer2. @return < 0 Buffer1 is less than Buffer2. - @return > 0 Buffer1 is greater than Buffer2. + @return > 0 Buffer1 is greater than Buffer2. **/ INTN EFIAPI @@ -80,12 +80,12 @@ DevicePathCompare ( /** Function to compare 2 strings without regard to case of the characters. - @param[in] Buffer1 Pointer to String to compare (CHAR16**). + @param[in] Buffer1 Pointer to String to compare (CHAR16**). @param[in] Buffer2 Pointer to second String to compare (CHAR16**). @retval 0 Buffer1 equal to Buffer2. @return < 0 Buffer1 is less than Buffer2. - @return > 0 Buffer1 is greater than Buffer2. + @return > 0 Buffer1 is greater than Buffer2. **/ INTN EFIAPI