]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLock.c
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Tcg / MemoryOverwriteRequestControlLock / TcgMorLock.c
index 7763b1369435f1feefd340217f52b6cb0266bbad..7520be0c67ec97376481a246cb0cb188ac977aa5 100644 (file)
@@ -4,13 +4,13 @@
   This driver initilize MemoryOverwriteRequestControlLock variable.\r
   This module will add Variable Hook and allow MemoryOverwriteRequestControlLock variable set only once.\r
 \r
-Copyright (c) 2015, 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
+Copyright (c) 2015 - 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
 http://opensource.org/licenses/bsd-license.php\r
 \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
@@ -51,7 +51,7 @@ IsAnyMorVariable (
   UINTN   Index;\r
 \r
   for (Index = 0; Index < sizeof(mMorVariableType)/sizeof(mMorVariableType[0]); Index++) {\r
-    if ((StrCmp (VariableName, mMorVariableType[Index].VariableName) == 0) && \r
+    if ((StrCmp (VariableName, mMorVariableType[Index].VariableName) == 0) &&\r
         (CompareGuid (VendorGuid, mMorVariableType[Index].VendorGuid))) {\r
       return TRUE;\r
     }\r
@@ -74,7 +74,7 @@ IsMorLockVariable (
   IN EFI_GUID                               *VendorGuid\r
   )\r
 {\r
-  if ((StrCmp (VariableName, MEMORY_OVERWRITE_REQUEST_CONTROL_LOCK_NAME) == 0) && \r
+  if ((StrCmp (VariableName, MEMORY_OVERWRITE_REQUEST_CONTROL_LOCK_NAME) == 0) &&\r
       (CompareGuid (VendorGuid, &gEfiMemoryOverwriteRequestControlLockGuid))) {\r
     return TRUE;\r
   }\r
@@ -142,7 +142,7 @@ SetVariableCheckHandlerMor (
     //\r
     return EFI_INVALID_PARAMETER;\r
   }\r
-  \r
+\r
   //\r
   // Delete not OK\r
   //\r
@@ -173,7 +173,7 @@ SetVariableCheckHandlerMor (
   @param[in] ImageHandle  Image handle of this driver.\r
   @param[in] SystemTable  A Pointer to the EFI System Table.\r
 \r
-  @retval EFI_SUCEESS     \r
+  @retval EFI_SUCEESS\r
   @return Others          Some error occurs.\r
 **/\r
 EFI_STATUS\r