Add missing @param to function header comment.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11203 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2010-12-27 17:16:55 +00:00
parent 4eed2dbd89
commit e25fb2c06c
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ SerialPortReadRegister (
parameter Offset is added to the base address of the 16550 registers that is specified parameter Offset is added to the base address of the 16550 registers that is specified
by PcdSerialRegisterBase. by PcdSerialRegisterBase.
@param Offset The offset of the 16550 register to read. @param Offset The offset of the 16550 register to write.
@param Value The value to write to the 16550 register specified by Offset.
@return The value written to the 16550 register. @return The value written to the 16550 register.