diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-27 17:16:55 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-27 17:16:55 +0000 |
commit | e25fb2c06c6a2fd628b7c308d80fe0b6117ec771 (patch) | |
tree | ee527c1cdda79ceea2320a6355b193ada894c86a /MdeModulePkg/Library | |
parent | 4eed2dbd8999f3311ac24ecb7f05a6fb3b641952 (diff) | |
download | edk2-e25fb2c06c6a2fd628b7c308d80fe0b6117ec771.tar.gz edk2-e25fb2c06c6a2fd628b7c308d80fe0b6117ec771.tar.bz2 edk2-e25fb2c06c6a2fd628b7c308d80fe0b6117ec771.zip |
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
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r-- | MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c b/MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c index 82dc7bb078..17c60d379b 100644 --- a/MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c +++ b/MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c @@ -69,7 +69,8 @@ SerialPortReadRegister ( parameter Offset is added to the base address of the 16550 registers that is specified
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.
|