]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Synchronize comments with .h and .c file. Even format differences will lead doxygen...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 24 Nov 2008 06:42:12 +0000 (06:42 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 24 Nov 2008 06:42:12 +0000 (06:42 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6694 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/PeiPalLib/PeiPalLib.c
MdePkg/Library/UefiPalLib/UefiPalLib.c
MdePkg/Library/UefiSalLib/UefiSalLib.c

index b515ac490af0d594141e8621b26b0d5228111538..37ac2568abae4b45ddd672d15ce4ccd076204216 100644 (file)
   returned or undefined result may occur during the execution of the procedure.\r
   This function is only available on IPF.\r
 \r
-  @param  Index  The PAL procedure Index number.\r
-  @param  Arg2   The 2nd parameter for PAL procedure calls.\r
-  @param  Arg3   The 3rd parameter for PAL procedure calls.\r
-  @param  Arg4   The 4th parameter for PAL procedure calls.\r
+  @param Index  The PAL procedure Index number.\r
+  @param Arg2   The 2nd parameter for PAL procedure calls.\r
+  @param Arg3   The 3rd parameter for PAL procedure calls.\r
+  @param Arg4   The 4th parameter for PAL procedure calls.\r
 \r
-  @return Structure returned from the PAL Call procedure, including the status and return value.\r
+  @return structure returned from the PAL Call procedure, including the status and return value.\r
 \r
 **/\r
 PAL_CALL_RETURN\r
index f646fd40f849d0a32bc3b48a57abbe84aa19a355..7c4b374c33de92c77ed3b5c508f725e6b985efec 100644 (file)
@@ -42,12 +42,12 @@ UINT64               mPalProcEntry;
   returned or undefined result may occur during the execution of the procedure.\r
   This function is only available on IPF.\r
 \r
-  @param  Index  The PAL procedure Index number.\r
-  @param  Arg2   The 2nd parameter for PAL procedure calls.\r
-  @param  Arg3   The 3rd parameter for PAL procedure calls.\r
-  @param  Arg4   The 4th parameter for PAL procedure calls.\r
+  @param Index  The PAL procedure Index number.\r
+  @param Arg2   The 2nd parameter for PAL procedure calls.\r
+  @param Arg3   The 3rd parameter for PAL procedure calls.\r
+  @param Arg4   The 4th parameter for PAL procedure calls.\r
 \r
-  @return Structure returned from the PAL Call procedure, including the status and return value.\r
+  @return structure returned from the PAL Call procedure, including the status and return value.\r
 \r
 **/\r
 PAL_CALL_RETURN\r
index f4319ed11c55f3963e46b596acfd4a5327f754fe..b3a7b37597f1111346f430e8e4e9a4944642065e 100644 (file)
@@ -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