diff options
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/PeiPalLib/PeiPalLib.c | 10 | ||||
-rw-r--r-- | MdePkg/Library/UefiPalLib/UefiPalLib.c | 10 | ||||
-rw-r--r-- | MdePkg/Library/UefiSalLib/UefiSalLib.c | 4 |
3 files changed, 12 insertions, 12 deletions
diff --git a/MdePkg/Library/PeiPalLib/PeiPalLib.c b/MdePkg/Library/PeiPalLib/PeiPalLib.c index b515ac490a..37ac2568ab 100644 --- a/MdePkg/Library/PeiPalLib/PeiPalLib.c +++ b/MdePkg/Library/PeiPalLib/PeiPalLib.c @@ -41,12 +41,12 @@ returned or undefined result may occur during the execution of the procedure.
This function is only available on IPF.
- @param Index The PAL procedure Index number.
- @param Arg2 The 2nd parameter for PAL procedure calls.
- @param Arg3 The 3rd parameter for PAL procedure calls.
- @param Arg4 The 4th parameter for PAL procedure calls.
+ @param Index The PAL procedure Index number.
+ @param Arg2 The 2nd parameter for PAL procedure calls.
+ @param Arg3 The 3rd parameter for PAL procedure calls.
+ @param Arg4 The 4th parameter for PAL procedure calls.
- @return Structure returned from the PAL Call procedure, including the status and return value.
+ @return structure returned from the PAL Call procedure, including the status and return value.
**/
PAL_CALL_RETURN
diff --git a/MdePkg/Library/UefiPalLib/UefiPalLib.c b/MdePkg/Library/UefiPalLib/UefiPalLib.c index f646fd40f8..7c4b374c33 100644 --- a/MdePkg/Library/UefiPalLib/UefiPalLib.c +++ b/MdePkg/Library/UefiPalLib/UefiPalLib.c @@ -42,12 +42,12 @@ UINT64 mPalProcEntry; returned or undefined result may occur during the execution of the procedure.
This function is only available on IPF.
- @param Index The PAL procedure Index number.
- @param Arg2 The 2nd parameter for PAL procedure calls.
- @param Arg3 The 3rd parameter for PAL procedure calls.
- @param Arg4 The 4th parameter for PAL procedure calls.
+ @param Index The PAL procedure Index number.
+ @param Arg2 The 2nd parameter for PAL procedure calls.
+ @param Arg3 The 3rd parameter for PAL procedure calls.
+ @param Arg4 The 4th parameter for PAL procedure calls.
- @return Structure returned from the PAL Call procedure, including the status and return value.
+ @return structure returned from the PAL Call procedure, including the status and return value.
**/
PAL_CALL_RETURN
diff --git a/MdePkg/Library/UefiSalLib/UefiSalLib.c b/MdePkg/Library/UefiSalLib/UefiSalLib.c index f4319ed11c..b3a7b37597 100644 --- a/MdePkg/Library/UefiSalLib/UefiSalLib.c +++ b/MdePkg/Library/UefiSalLib/UefiSalLib.c @@ -28,8 +28,8 @@ SAL_PROC mSalProcEntry; /**
Makes a SAL procedure call.
-
- This is a wrapper function to make a SAL procedure call.
+
+ This is a wrapper function to make a SAL procedure call.
No parameter checking is performed on the 8 input parameters,
but there are some common rules that the caller should follow
when making a SAL call. Any address passed to SAL as buffers
|