From afa223265a8c8c8e7e57654b22927778d1fb599a Mon Sep 17 00:00:00 2001 From: vanjeff Date: Wed, 3 Sep 2008 07:54:27 +0000 Subject: clean the codes according to review comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5789 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BasePostCodeLibPort80/PostCode.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'MdePkg/Library/BasePostCodeLibPort80') diff --git a/MdePkg/Library/BasePostCodeLibPort80/PostCode.c b/MdePkg/Library/BasePostCodeLibPort80/PostCode.c index 358c9ba1da..f47a8aba05 100644 --- a/MdePkg/Library/BasePostCodeLibPort80/PostCode.c +++ b/MdePkg/Library/BasePostCodeLibPort80/PostCode.c @@ -12,11 +12,8 @@ **/ - - #include - #include #include #include @@ -36,7 +33,7 @@ @param Value The 32-bit value to write to the POST card. - @return Value The 32-bit value to write to the POST card. + @return The 32-bit value to write to the POST card. **/ UINT32 @@ -71,7 +68,7 @@ PostCode ( POST code value. This is an optional parameter that may be NULL. Ihis parameter is ignored in this implementation. - @return Value The 32-bit value to write to the POST card. + @return The 32-bit value to write to the POST card. **/ UINT32 -- cgit v1.2.3