X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FSynchronizationMsc.c;h=591d97e35437c44f68d645b8349db3e963967590;hp=66b211a2b8d53617350dafe692901b374a34a10d;hb=373ade0eb64a522e45b1b94c15b95fb5ab417c00;hpb=9aa049d9717f1260426918eab2d5986e838a8754 diff --git a/MdePkg/Library/BaseLib/SynchronizationMsc.c b/MdePkg/Library/BaseLib/SynchronizationMsc.c index 66b211a2b8..591d97e354 100644 --- a/MdePkg/Library/BaseLib/SynchronizationMsc.c +++ b/MdePkg/Library/BaseLib/SynchronizationMsc.c @@ -1,7 +1,7 @@ /** @file Implementation of synchronization functions. - Copyright (c) 2006 - 2007, Intel Corporation
+ Copyright (c) 2006 - 2008, 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 @@ -72,7 +72,7 @@ GetSpinLockProperties ( SPIN_LOCK * EFIAPI InitializeSpinLock ( - OUT SPIN_LOCK *SpinLock + OUT SPIN_LOCK *SpinLock ) { ASSERT (SpinLock != NULL); @@ -373,9 +373,8 @@ InterlockedCompareExchange64 ( operation. @param CompareValue Pointer value used in compare operation. @param ExchangeValue Pointer value used in exchange operation. - - @return The original *Value before exchange. + @return The original *Value before exchange. **/ VOID * EFIAPI