]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/SmmLibNull/SmmLibNull.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / SmmLibNull / SmmLibNull.c
index 60c8adb13306f60a3b30b54346a5c6bf16b1b035..fb4c3da80b10b00177322dbf887b254ff0ad664d 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   NULL instance of SMM Library.\r
 \r
-  Copyright (c) 2009 - 2010, 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
+  Copyright (c) 2009 - 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
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \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
 \r
@@ -16,7 +16,7 @@
 #include <Library/SmmLib.h>\r
 \r
 /**\r
-  Triggers an SMI at boot time.  \r
+  Triggers an SMI at boot time.\r
 \r
   This function triggers a software SMM interrupt at boot time.\r
 \r
@@ -32,7 +32,7 @@ TriggerBootServiceSoftwareSmi (
 \r
 \r
 /**\r
-  Triggers an SMI at run time.  \r
+  Triggers an SMI at run time.\r
 \r
   This function triggers a software SMM interrupt at run time.\r
 \r
@@ -49,10 +49,10 @@ TriggerRuntimeSoftwareSmi (
 \r
 \r
 /**\r
-  Test if a boot time software SMI happened.  \r
+  Test if a boot time software SMI happened.\r
 \r
-  This function tests if a software SMM interrupt happened. If a software SMM \r
-  interrupt happened and it was triggered at boot time, it returns TRUE. Otherwise, \r
+  This function tests if a software SMM interrupt happened. If a software SMM\r
+  interrupt happened and it was triggered at boot time, it returns TRUE. Otherwise,\r
   it returns FALSE.\r
 \r
   @retval TRUE   A software SMI triggered at boot time happened.\r
@@ -70,10 +70,10 @@ IsBootServiceSoftwareSmi (
 \r
 \r
 /**\r
-  Test if a run time software SMI happened.  \r
+  Test if a run time software SMI happened.\r
 \r
-  This function tests if a software SMM interrupt happened. If a software SMM \r
-  interrupt happened and it was triggered at run time, it returns TRUE. Otherwise, \r
+  This function tests if a software SMM interrupt happened. If a software SMM\r
+  interrupt happened and it was triggered at run time, it returns TRUE. Otherwise,\r
   it returns FALSE.\r
 \r
   @retval TRUE   A software SMI triggered at run time happened.\r
@@ -90,8 +90,8 @@ IsRuntimeSoftwareSmi (
 }\r
 \r
 /**\r
-  Clear APM SMI Status Bit; Set the EOS bit. \r
-  \r
+  Clear APM SMI Status Bit; Set the EOS bit.\r
+\r
 **/\r
 VOID\r
 EFIAPI\r