diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-24 06:42:12 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-24 06:42:12 +0000 |
commit | 3745e1a61eadb73b74129954c39004c175c21c01 (patch) | |
tree | d2101db6228d1408ddb7eb5bc0894b95949e5231 /MdePkg/Library/UefiSalLib/UefiSalLib.c | |
parent | b5a1d1d94a464900698cffccdcc8a2e8f6db2a81 (diff) | |
download | edk2-platforms-3745e1a61eadb73b74129954c39004c175c21c01.tar.xz |
Synchronize comments with .h and .c file. Even format differences will lead doxygen think they are different comment and generate two copy comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6694 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiSalLib/UefiSalLib.c')
-rw-r--r-- | MdePkg/Library/UefiSalLib/UefiSalLib.c | 4 |
1 files changed, 2 insertions, 2 deletions
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
|