ECC clean up.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6405 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2008-11-05 08:44:03 +00:00
parent e1a590c3e7
commit 9e604fe42d
12 changed files with 744 additions and 1204 deletions

View File

@@ -2242,7 +2242,7 @@ ConSplitterAddOutputMode (
}
/**
Reconstruct TextOutModeMap to get intersection of modes
Reconstruct TextOutModeMap to get intersection of modes.
This routine reconstruct TextOutModeMap to get the intersection
of modes for all console out devices. Because EFI/UEFI spec require
@@ -2256,8 +2256,6 @@ ConSplitterAddOutputMode (
@param MaxMode Current max text mode
@param CurrentMode Current text mode
@retval None
**/
VOID
ConSplitterGetIntersection (

View File

@@ -30,7 +30,7 @@ CHAR16 mCrLfString[3] = { CHAR_CARRIAGE_RETURN, CHAR_LINEFEED, CHAR_NULL };
@param This Protocol instance pointer.
@param Mode Are we in text of grahics mode.
@param GopExists TRUE if Console Spliter has found a GOP or UGA device
@param GopUgaExists TRUE if Console Spliter has found a GOP or UGA device
@param StdInLocked TRUE if StdIn device is keyboard locked
@retval EFI_SUCCESS Mode information returned.