]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteMm6.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteMm6.c
index 561edf87df1c7107dd9c2dec916b56a8cd1c8952..8023fc05d71e7e9bc589bbf8d566884760492a7b 100644 (file)
@@ -2,19 +2,10 @@
   AsmWriteMm6 function\r
 \r
   Copyright (c) 2006 - 2008, 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
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
-\r
-\r
-\r
 /**\r
   Writes the current value of 64-bit MMX Register #6 (MM6).\r
 \r
@@ -27,7 +18,7 @@
 VOID\r
 EFIAPI\r
 AsmWriteMm6 (\r
-  IN UINT64   Value\r
+  IN UINT64  Value\r
   )\r
 {\r
   _asm {\r
@@ -35,4 +26,3 @@ AsmWriteMm6 (
     emms\r
   }\r
 }\r
-\r