diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-09-05 08:46:51 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-09-05 08:46:51 +0000 |
commit | 44c5d6b548414683e73901fb80ddb61252824ba9 (patch) | |
tree | bff8f27221c02cc82772add92df82cf2b3dd4bfc | |
parent | 8cc068142ff8d060b0dc57f00dacb518af4f88d6 (diff) | |
download | edk2-platforms-44c5d6b548414683e73901fb80ddb61252824ba9.tar.xz |
Refine coding style.
Signed-off-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13700 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c index a12083bb25..c85091d0a4 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c @@ -22,7 +22,6 @@ Base on the input attribute value to return the attribute string.
@param[in] Atts The input attribute value
- @param[in,out] RetString The buffer to save the attribute string.
@retval The attribute string info.
**/
|