From e25fb2c06c6a2fd628b7c308d80fe0b6117ec771 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Mon, 27 Dec 2010 17:16:55 +0000 Subject: 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 --- MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3