]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiSalLib/UefiSalLib.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / UefiSalLib / UefiSalLib.c
index 9ed8606c4fa0031e28adcc83e1894011bab16572..3cfc89fc5258e32deaeaf1a85cddf5659ffa6386 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   SAL Library implementation retrieving the SAL Entry Point from the SAL System Table\r
-  register in the EFI System Confguration Table.\r
+  register in the EFI System Configuration Table.\r
 \r
-  Copyright (c) 2007 - 2008, Intel Corporation All rights\r
-  reserved. This program and the accompanying materials are\r
+  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials are\r
   licensed and made available under the terms and conditions of\r
   the BSD License which accompanies this distribution.  The full\r
   text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-  \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
 \r
@@ -28,8 +28,8 @@ SAL_PROC         mSalProcEntry;
 \r
 /**\r
   Makes a SAL procedure call.\r
-  \r
-  This is a wrapper function to make a SAL procedure call.  \r
+\r
+  This is a wrapper function to make a SAL procedure call.\r
   No parameter checking is performed on the 8 input parameters,\r
   but there are some common rules that the caller should follow\r
   when making a SAL call.  Any address passed to SAL as buffers\r
@@ -40,14 +40,14 @@ SAL_PROC         mSalProcEntry;
   or undefined result may occur during the execution of the procedure.\r
   This function is only available on IPF.\r
 \r
-  @param  Index       The SAL procedure Index number\r
-  @param  Arg2        The 2nd parameter for SAL procedure calls\r
-  @param  Arg3        The 3rd parameter for SAL procedure calls\r
-  @param  Arg4        The 4th parameter for SAL procedure calls\r
-  @param  Arg5        The 5th parameter for SAL procedure calls\r
-  @param  Arg6        The 6th parameter for SAL procedure calls\r
-  @param  Arg7        The 7th parameter for SAL procedure calls\r
-  @param  Arg8        The 8th parameter for SAL procedure calls\r
+  @param  Index       The SAL procedure Index number.\r
+  @param  Arg2        The 2nd parameter for SAL procedure calls.\r
+  @param  Arg3        The 3rd parameter for SAL procedure calls.\r
+  @param  Arg4        The 4th parameter for SAL procedure calls.\r
+  @param  Arg5        The 5th parameter for SAL procedure calls.\r
+  @param  Arg6        The 6th parameter for SAL procedure calls.\r
+  @param  Arg7        The 7th parameter for SAL procedure calls.\r
+  @param  Arg8        The 8th parameter for SAL procedure calls.\r
 \r
   @return SAL returned registers.\r
 \r