]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/RegisterCpuFeaturesLib/CpuFeaturesInitialize.c
UefiCpuPkg: Clean up source files
[mirror_edk2.git] / UefiCpuPkg / Library / RegisterCpuFeaturesLib / CpuFeaturesInitialize.c
index 4d75c07094fb16d8d7981f67113c6f339acf7752..ba3fb3250fccef850f6dd0f50a7a74693db58f63 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   CPU Features Initialize functions.\r
 \r
 /** @file\r
   CPU Features Initialize functions.\r
 \r
-  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2017 - 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
   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
@@ -63,7 +63,7 @@ GetSupportPcd (
   UINT8                  *SupportBitMask;\r
 \r
   SupportBitMask = AllocateCopyPool (\r
   UINT8                  *SupportBitMask;\r
 \r
   SupportBitMask = AllocateCopyPool (\r
-          PcdGetSize (PcdCpuFeaturesSupport), \r
+          PcdGetSize (PcdCpuFeaturesSupport),\r
           PcdGetPtr (PcdCpuFeaturesSupport)\r
           );\r
   ASSERT (SupportBitMask != NULL);\r
           PcdGetPtr (PcdCpuFeaturesSupport)\r
           );\r
   ASSERT (SupportBitMask != NULL);\r
@@ -84,7 +84,7 @@ GetConfigurationPcd (
   UINT8                  *SupportBitMask;\r
 \r
   SupportBitMask = AllocateCopyPool (\r
   UINT8                  *SupportBitMask;\r
 \r
   SupportBitMask = AllocateCopyPool (\r
-          PcdGetSize (PcdCpuFeaturesUserConfiguration), \r
+          PcdGetSize (PcdCpuFeaturesUserConfiguration),\r
           PcdGetPtr (PcdCpuFeaturesUserConfiguration)\r
           );\r
   ASSERT (SupportBitMask != NULL);\r
           PcdGetPtr (PcdCpuFeaturesUserConfiguration)\r
           );\r
   ASSERT (SupportBitMask != NULL);\r