]> 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 57bacf92820450e70573849eaf238afa2f62c862..3cfc89fc5258e32deaeaf1a85cddf5659ffa6386 100644 (file)
@@ -2,13 +2,13 @@
   SAL Library implementation retrieving the SAL Entry Point from the SAL System Table\r
   register in the EFI System Configuration Table.\r
 \r
-  Copyright (c) 2007 - 2010, 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